summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-09-22 14:29:48 -0500
committerMonty Taylor <mordred@inaugust.com>2015-09-22 14:29:48 -0500
commitdde7d8a4a5e842f44e89a0c408f8f88185d73075 (patch)
tree555b6b54f0604efc803a4314130abad6c4d91bcd
parente3f8d723c768329c5fc8002b4171807f003145a9 (diff)
Add public_key_file
-rw-r--r--src/posts/multi-cloud-with-python-openstackclient.hbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/posts/multi-cloud-with-python-openstackclient.hbs b/src/posts/multi-cloud-with-python-openstackclient.hbs
index 3326a8b..35e38a3 100644
--- a/src/posts/multi-cloud-with-python-openstackclient.hbs
+++ b/src/posts/multi-cloud-with-python-openstackclient.hbs
@@ -61,6 +61,7 @@ openstack --os-cloud=vexxhost --os-region-name=SBG1 server list
61 cloud: vexxhost 61 cloud: vexxhost
62 name: mordred 62 name: mordred
63 state: present 63 state: present
64 public_key_file: ~/.ssh/id_rsa.pub
64 </code></pre> 65 </code></pre>
65 66
66 <p>Followed by:</p> 67 <p>Followed by:</p>