summaryrefslogtreecommitdiff
path: root/src/posts
diff options
context:
space:
mode:
Diffstat (limited to 'src/posts')
-rw-r--r--src/posts/simple-openstack-clients.hbs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/posts/simple-openstack-clients.hbs b/src/posts/simple-openstack-clients.hbs
index 4fa4fad..a658415 100644
--- a/src/posts/simple-openstack-clients.hbs
+++ b/src/posts/simple-openstack-clients.hbs
@@ -17,7 +17,10 @@
17 os-client-config</a>: One to create Client objects, and one to create 17 os-client-config</a>: One to create Client objects, and one to create
18 mounted Session objects. Both functions fully support the breadth of 18 mounted Session objects. Both functions fully support the breadth of
19 config options afforded by os-client-config, including environment 19 config options afforded by os-client-config, including environment
20 variables, config files and command line options.</p> 20 variables, config files and command line options. (Speaking of - if you
21 haven't fallen in love with
22 <a href='http://docs.openstack.org/developer/os-client-config/#config-files'>
23 clouds.yaml</a> yet, now's the time)</p>
21 24
22 <p>Examples are probably best</p> 25 <p>Examples are probably best</p>
23 26