undercloud: add a note about --use-heat option.

1) --use-heat can be used in Rocky to force a deployment or an upgrade
of a non containerized undercloud, even if we don't support it.
2) the option is removed in Stein.

Change-Id: I89f0d4ef0578b0cef569492ba4445b723d586547
This commit is contained in:
Emilien Macchi 2018-12-13 12:52:55 -05:00
parent d730900e54
commit 851030f9d3
2 changed files with 3 additions and 2 deletions

View File

@ -184,7 +184,8 @@ Installing the Undercloud
.. note::
To install a deprecated instack undercloud, you'll need to deploy
with ``--use-heat=False`` option.
with ``--use-heat=False`` option. It only works in Rocky
as instack-undercloud was retired in Stein.
In Rocky, we will run all the OpenStack services in a moby container runtime

View File

@ -125,7 +125,7 @@ Updating Undercloud Components
The undercloud is containerized by default as of Rocky. Therefore,
an undercloud deployed on Queens (non-containerized) will be upgraded
to a containerized undercloud on Rocky, by default.
To upgrade with instack undercloud, you'll need to upgrade with
To upgrade with instack undercloud in Rocky, you'll need to upgrade with
``--use-heat=False`` option. Note this isn't tested and not supported.
.. note::