4da6ecdba6
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
11 lines
372 B
YAML
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.
|