diff options
| author | Monty Taylor <mordred@inaugust.com> | 2016-02-25 09:28:49 -0600 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2016-02-25 09:29:48 -0600 |
| commit | e050a76f839c1c3f371b48a299230215a4d493f6 (patch) | |
| tree | 24e8af722ff5a76e830b569956a44981fc39638a /src | |
| parent | d7430c5cb653640cc301ccca7442bffd0f8836c0 (diff) | |
Add a line about clouds.yaml
Diffstat (limited to 'src')
| -rw-r--r-- | src/posts/simple-openstack-clients.hbs | 5 |
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 | ||
