Add a note about rerunning the installer

Add a note saying the installer can be rerun to reapply changes that
have been made in undercloud.conf. This is a potentially dangerous
operation if an overcloud has already been deployed or a deployment is
in progress.

Change-Id: I628dbe836a6d798b7d8e6232cde7d9c99ab9b1ee
Depends-On: I7a8daa334ceb7f69fb28fe7cfc456aa1bf81e119
This commit is contained in:
James Slagle 2015-09-10 13:43:57 -04:00
parent c1b11b1b08
commit 0d53fd8f4c

View File

@ -87,3 +87,8 @@ so it is not necessary to copy them to ``undercloud.conf``.
.. note::
Any passwords set in ``undercloud.conf`` will take precedence over the ones in
``undercloud-passwords.conf``.
.. note::
``openstack undercloud install`` can be rerun to reapply changes from
undercloud.conf to the undercloud. Note that this should **not** be done if an
overcloud has already been deployed or is in progress.