diff options
author | 2016-02-10 20:25:31 -0800 | |
---|---|---|
committer | 2016-04-01 08:30:07 -0700 | |
commit | 3b998a0ab5b506ea138597ed8e6ca4535ae31e01 (patch) | |
tree | f1afb2f0cdf8a97b6f4bbe580976c5c760bb7639 /components | |
parent | b3907f90a7ca7240d8b6c7975d8713312da8584c (diff) |
Add delay before creating nova datasource - server not ready.
JIRA: COPPER-2
Change-Id: If74e524ccbcd546b90fb8a838b747d3416c04685
Signed-off-by: Bryan Sullivan <bs3131@att.com>
Diffstat (limited to 'components')
-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 \ |