python-tripleoclient/releasenotes/notes/overcloud-credentials-command-f9e8d7439fee02d5.yaml
Dougal Matthews 4da6ecdba6 Add a new command to get the overcloudrc files
If a user deploys via the GUI, then this file wont automatically be
created. We can now create it via a Mistral action - this command
provides CLI users a way to call that action and save the file.

While adding tests a typo was spotted in utils.py, this is also resolved
by this patch and covered by the tests.

Change-Id: I7808cd2c43a95bbb154ec6c6f77896b97551e354
2017-04-03 12:57:00 +00:00

11 lines
372 B
YAML

---
features:
- |
A new command, "openstack overcloud credentials" has been added to create
the overcloudrc and overcloudrc.v3 files for your deployment. This is
particularly useful if the deploy is started from the GUI.
issues:
- |
Fixed an issue with the permissions of the overcloudrc.v3 file. The chmod
call was not being used on it correctly.