diff options
author | Monty Taylor <mordred@inaugust.com> | 2015-09-22 14:27:36 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2015-09-22 14:27:36 -0500 |
commit | e3f8d723c768329c5fc8002b4171807f003145a9 (patch) | |
tree | 44d533d847f927445df2bcf1b7a7f0184c000d6c | |
parent | 1ea54cc61e02a1546d734a00b3453d9a54cf53af (diff) |
Fixed a copy-pasta
-rw-r--r-- | src/posts/multi-cloud-with-python-openstackclient.hbs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/posts/multi-cloud-with-python-openstackclient.hbs b/src/posts/multi-cloud-with-python-openstackclient.hbs index d4d3566..3326a8b 100644 --- a/src/posts/multi-cloud-with-python-openstackclient.hbs +++ b/src/posts/multi-cloud-with-python-openstackclient.hbs | |||
@@ -91,7 +91,8 @@ function use { | |||
91 | 91 | ||
92 | <p>Which got me this:</p> | 92 | <p>Which got me this:</p> |
93 | <pre><code> | 93 | <pre><code> |
94 | mordred@camelot:~/src/openstack-infra/shade$ use vexxhostvexxhost:mordred@camelot:~/src/openstack-infra/shade$ openstack keypair show mordred | 94 | mordred@camelot:~/src/openstack-infra/shade$ use vexxhost |
95 | vexxhost:mordred@camelot:~/src/openstack-infra/shade$ openstack keypair show mordred | ||
95 | +-------------+-------------------------------------------------+ | 96 | +-------------+-------------------------------------------------+ |
96 | | Field | Value | | 97 | | Field | Value | |
97 | +-------------+-------------------------------------------------+ | 98 | +-------------+-------------------------------------------------+ |
@@ -104,7 +105,8 @@ mordred@camelot:~/src/openstack-infra/shade$ use vexxhostvexxhost:mordred@camelo | |||
104 | | updated_at | None | | 105 | | updated_at | None | |
105 | | user_id | e9b21dc437d149858faee0898fb08e92 | | 106 | | user_id | e9b21dc437d149858faee0898fb08e92 | |
106 | +-------------+-------------------------------------------------+ | 107 | +-------------+-------------------------------------------------+ |
107 | vexxhost:mordred@camelot:~/src/openstack-infra/shade$ use ovh:GRA1ovh:GRA1:mordred@camelot:~/src/openstack-infra/shade$ openstack keypair show mordred | 108 | vexxhost:mordred@camelot:~/src/openstack-infra/shade$ use ovh:GRA1 |
109 | ovh:GRA1:mordred@camelot:~/src/openstack-infra/shade$ openstack keypair show mordred | ||
108 | +-------------+-------------------------------------------------+ | 110 | +-------------+-------------------------------------------------+ |
109 | | Field | Value | | 111 | | Field | Value | |
110 | +-------------+-------------------------------------------------+ | 112 | +-------------+-------------------------------------------------+ |