diff options
author | Bryan Sullivan <bs3131@att.com> | 2016-02-10 20:25:31 -0800 |
---|---|---|
committer | Bryan Sullivan <bs3131@att.com> | 2016-02-10 20:25:31 -0800 |
commit | 5e32e631e69231d08f919d5b3921c358ac7b49ff (patch) | |
tree | 623673746596ceaa2a770a0a6d9fb32da35b4a3c | |
parent | 9201db28b4da9ba6867c09e256ffce26502e0303 (diff) |
Add delay before creating nova datasource - server not ready.
JIRA: COPPER-2
Change-Id: If74e524ccbcd546b90fb8a838b747d3416c04685
Signed-off-by: Bryan Sullivan <bs3131@att.com>
-rw-r--r-- | components/congress/joid/install_congress_4.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/congress/joid/install_congress_4.sh b/components/congress/joid/install_congress_4.sh index ecfc999..fb5c351 100644 --- a/components/congress/joid/install_congress_4.sh +++ b/components/congress/joid/install_congress_4.sh @@ -153,6 +153,7 @@ disown -h %1 # Create data sources # To remove datasources: openstack congress datasource delete <name> # May need to insert a delay here, as nova datasource seems to fail to get setup (server not ready?) +sleep 10 openstack congress datasource create nova "nova" \ --config username=$OS_USERNAME \ --config tenant_name=$OS_TENANT_NAME \ |