From 0ad14972ebddd6b3a5acfe86d5e3cc08678fdffa Mon Sep 17 00:00:00 2001 From: Trevor McCasland Date: Thu, 9 Mar 2017 09:10:10 -0600 Subject: [PATCH] Remove redstack reference This should be the last one. Change-Id: I8c90166ec665b7e5960ea4331bc14f4cf8f4e752 Depends-On: Ic64d91e082102057417995a0f6851d03b9e0ca74 --- doc/source/dev/install.rst | 2 +- integration/scripts/trovestack | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/dev/install.rst b/doc/source/dev/install.rst index aa98684cc0..f5dcd4f05e 100644 --- a/doc/source/dev/install.rst +++ b/doc/source/dev/install.rst @@ -51,7 +51,7 @@ Installing trove It is important to understand that this process is different now with the elements and scripts being part of the trove repository. In the 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 really matter where trove-integration was; it could be in home directory or /opt/stack, or for that matter, anywhere. This is no diff --git a/integration/scripts/trovestack b/integration/scripts/trovestack index 0636fb4b73..27a8bcaef7 100755 --- a/integration/scripts/trovestack +++ b/integration/scripts/trovestack @@ -408,8 +408,8 @@ function run_devstack() { CONF_MATCH="*.rc" MARKER_TOKEN="#####" 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_END="$MARKER_TOKEN End Of Redstack Localrc Options $MARKER_TOKEN" + LOCALRC_OPTS_TAG="$MARKER_TOKEN Trovestack 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_END="$MARKER_TOKEN End Of User Specified Options $MARKER_TOKEN" ADD_OPTS_TAG="$MARKER_TOKEN Additional Options $MARKER_TOKEN"