Strengthen --id recommendation for quintupleo

There are a lot of subtle things that break if name collisions
happen between two OVB envs.  --id should prevent all of them, so
it's a best practice to use it any time there are multiple envs.
This commit is contained in:
Ben Nemec 2017-02-02 10:33:20 -06:00
parent 800d84a487
commit 39a2fe6321
1 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ however.
It appends the value passed in to the name of all resources
in the stack. For example, if ``undercloud_name`` is set to
'undercloud' and ``--id foo`` is passed to deploy.py, the
resulting undercloud VM will be named 'undercloud-foo'. This
can be helpful for differentiating multiple environments in
the same host cloud.
resulting undercloud VM will be named 'undercloud-foo'. It is
recommended that this be used any time multiple environments are
being deployed in the same cloud/tenant to avoid name collisions.
Be aware that when --id is used, a new environment file will
be generated that reflects the new names. The name of the new