Remove use of GRENADE_PHASE
Recently, devstack-gate accidentally stopped setting these values and there appeared to be no fallout. Looking closer, they appear to be no longer used by Grenade. This removes them from sample localrcs and docs. Change-Id: I4d1ec41bac5a05241069963d1bcd2df4070f5ea2
This commit is contained in:
parent
74bce88891
commit
b7ae1b4660
11
README.rst
11
README.rst
@ -121,17 +121,6 @@ Similar steps are performed by ``prep-target`` for ``$TARGET_DEVSTACK_DIR``.
|
|||||||
exists. ``devstack.localrc`` is not included in Grenade and will not be
|
exists. ``devstack.localrc`` is not included in Grenade and will not be
|
||||||
overwritten it if it exists.
|
overwritten it if it exists.
|
||||||
|
|
||||||
To handle differences between the DevStack releases ``GRENADE_PHASE`` will
|
|
||||||
be set to ``base`` or ``target`` so appropriate decisions can be made::
|
|
||||||
|
|
||||||
if [[ "$GRENADE_PHASE" == "base" ]]; then
|
|
||||||
# Handle base-specific local
|
|
||||||
:
|
|
||||||
else
|
|
||||||
# Handle target-specific local
|
|
||||||
:
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
Prepare For An Upgrade Test
|
Prepare For An Upgrade Test
|
||||||
---------------------------
|
---------------------------
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# localrc for DevStack base installation
|
# localrc for DevStack base installation
|
||||||
GRENADE_PHASE=base
|
|
||||||
|
|
||||||
# Default to selecting an interface via the default route
|
# Default to selecting an interface via the default route
|
||||||
unset HOST_IP
|
unset HOST_IP
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# localrc for DevStack target installation (master)
|
# localrc for DevStack target installation (master)
|
||||||
GRENADE_PHASE=target
|
|
||||||
|
|
||||||
# Default to selecting an interface via the default route
|
# Default to selecting an interface via the default route
|
||||||
unset HOST_IP
|
unset HOST_IP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user