diff options
author | blsaws <bryan.sullivan@att.com> | 2016-05-24 08:52:41 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-05-24 08:52:41 -0700 |
commit | 81a1c8d4b1caf988a4bddc87f8ac8d6d38d0800d (patch) | |
tree | a9d1b9fdc64fd1f180f6b3c880d1630c9dfc8e19 /components/congress/install | |
parent | f8755940fde8319b032acd8cfdb67c6c855ab846 (diff) |
Fix bad paste
JIRA: COPPER-4
Change-Id: I9815ee16431ec1043134e9126598417c8bb195e5
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/install')
-rw-r--r-- | components/congress/install/bash/install_congress_1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/congress/install/bash/install_congress_1.sh b/components/congress/install/bash/install_congress_1.sh index d8d05a1..423e887 100644 --- a/components/congress/install/bash/install_congress_1.sh +++ b/components/congress/install/bash/install_congress_1.sh @@ -198,7 +198,7 @@ ssh -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no $CTLUSER@$CON echo "Wait 30 seconds for Congress service to startup" sleep 30 -Creates and activates a virtualenv environment for Congress in the repo clone, to avoid messing up the Jumphost + echo "Create data sources" # To remove datasources: openstack congress datasource delete <name> openstack congress datasource create nova "nova" \ |