Remove redstack reference
This should be the last one. Change-Id: I8c90166ec665b7e5960ea4331bc14f4cf8f4e752 Depends-On: Ic64d91e082102057417995a0f6851d03b9e0ca74
This commit is contained in:
parent
880f8cc519
commit
0ad14972eb
@ -51,7 +51,7 @@ Installing trove
|
|||||||
It is important to understand that this process is different now with
|
It is important to understand that this process is different now with
|
||||||
the elements and scripts being part of the trove repository. In the
|
the elements and scripts being part of the trove repository. In the
|
||||||
past, one could clone trove-integration into the home directory and
|
past, one could clone trove-integration into the home directory and
|
||||||
run redstack from there, and it would clone trove in the right
|
run trovestack from there, and it would clone trove in the right
|
||||||
place. And if you were making changes in trove-integration, it didn't
|
place. And if you were making changes in trove-integration, it didn't
|
||||||
really matter where trove-integration was; it could be in home
|
really matter where trove-integration was; it could be in home
|
||||||
directory or /opt/stack, or for that matter, anywhere. This is no
|
directory or /opt/stack, or for that matter, anywhere. This is no
|
||||||
|
@ -408,8 +408,8 @@ function run_devstack() {
|
|||||||
CONF_MATCH="*.rc"
|
CONF_MATCH="*.rc"
|
||||||
MARKER_TOKEN="#####"
|
MARKER_TOKEN="#####"
|
||||||
USER_LOCAL_CONF=$(readlink -f "${USER_LOCAL_CONF:-$USERHOME/$USER_LOCAL_CONF_NAME}")
|
USER_LOCAL_CONF=$(readlink -f "${USER_LOCAL_CONF:-$USERHOME/$USER_LOCAL_CONF_NAME}")
|
||||||
LOCALRC_OPTS_TAG="$MARKER_TOKEN Redstack Localrc Options $MARKER_TOKEN"
|
LOCALRC_OPTS_TAG="$MARKER_TOKEN Trovestack Localrc Options $MARKER_TOKEN"
|
||||||
LOCALRC_OPTS_TAG_END="$MARKER_TOKEN End Of Redstack Localrc Options $MARKER_TOKEN"
|
LOCALRC_OPTS_TAG_END="$MARKER_TOKEN End Of Trovestack Localrc Options $MARKER_TOKEN"
|
||||||
USER_OPTS_TAG="$MARKER_TOKEN User Specified Options $MARKER_TOKEN"
|
USER_OPTS_TAG="$MARKER_TOKEN User Specified Options $MARKER_TOKEN"
|
||||||
USER_OPTS_TAG_END="$MARKER_TOKEN End Of User Specified Options $MARKER_TOKEN"
|
USER_OPTS_TAG_END="$MARKER_TOKEN End Of User Specified Options $MARKER_TOKEN"
|
||||||
ADD_OPTS_TAG="$MARKER_TOKEN Additional Options $MARKER_TOKEN"
|
ADD_OPTS_TAG="$MARKER_TOKEN Additional Options $MARKER_TOKEN"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user