From 81a1c8d4b1caf988a4bddc87f8ac8d6d38d0800d Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 24 May 2016 08:52:41 -0700 Subject: Fix bad paste JIRA: COPPER-4 Change-Id: I9815ee16431ec1043134e9126598417c8bb195e5 Signed-off-by: blsaws --- components/congress/install/bash/install_congress_1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 openstack congress datasource create nova "nova" \ -- cgit 1.2.3-korg