summaryrefslogtreecommitdiffstats
path: root/components/congress/install/bash/install_congress_1.sh
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-24 08:42:18 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-24 08:42:18 -0700
commitf8755940fde8319b032acd8cfdb67c6c855ab846 (patch)
treeecf40bc29f03c92b1be6c0caeb1321d545c19670 /components/congress/install/bash/install_congress_1.sh
parentaf083995bda454ed9bda6629fadabcb41efcf1c3 (diff)
Add systemd control for congress
JIRA: COPPER-2 Change-Id: I10ecb0d02ddb5fa83d8b52210f68b627e81dcaeb Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/install/bash/install_congress_1.sh')
-rw-r--r--components/congress/install/bash/install_congress_1.sh2
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 423e887..d8d05a1 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" \