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:
Adam Gandelman 2014-11-18 17:45:08 -08:00
parent 74bce88891
commit b7ae1b4660
3 changed files with 0 additions and 13 deletions

View File

@ -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
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
---------------------------

View File

@ -1,5 +1,4 @@
# localrc for DevStack base installation
GRENADE_PHASE=base
# Default to selecting an interface via the default route
unset HOST_IP

View File

@ -1,5 +1,4 @@
# localrc for DevStack target installation (master)
GRENADE_PHASE=target
# Default to selecting an interface via the default route
unset HOST_IP