DOC - Adding warning about changing passwords/secrets
Change-Id: I8709054a933b4b3ea8eddab24569bf3c7e59f599
This commit is contained in:
parent
d4940515b6
commit
27e65b2efd
@ -27,6 +27,11 @@ values for the variables in each file that contains service credentials:
|
|||||||
|
|
||||||
To regenerate existing passwords, add the ``--regen`` flag.
|
To regenerate existing passwords, add the ``--regen`` flag.
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
The playbooks do not currently manage changing passwords in an existing
|
||||||
|
environment. Changing passwords and re-running the playbooks will fail
|
||||||
|
and may break your OpenStack environment.
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
.. include:: navigation.txt
|
.. include:: navigation.txt
|
||||||
|
@ -13,6 +13,12 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
############################# WARNING ########################################
|
||||||
|
# The playbooks do not currently manage changing passwords in an existing
|
||||||
|
# environment. Changing passwords and re-running the playbooks will fail
|
||||||
|
# and may break your OpenStack environment.
|
||||||
|
############################# WARNING ########################################
|
||||||
|
|
||||||
|
|
||||||
## Rabbitmq Options
|
## Rabbitmq Options
|
||||||
rabbitmq_cookie_token:
|
rabbitmq_cookie_token:
|
||||||
|
Loading…
Reference in New Issue
Block a user