diff options
Diffstat (limited to 'lib/post-install-functions.sh')
-rwxr-xr-x | lib/post-install-functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/post-install-functions.sh b/lib/post-install-functions.sh index 75207ba2..e1f121b9 100755 --- a/lib/post-install-functions.sh +++ b/lib/post-install-functions.sh @@ -91,6 +91,7 @@ if [ "${deploy_options_array['congress']}" == 'True' ]; then --config password=\$OS_PASSWORD \\ --config auth_url=\$OS_AUTH_URL done + openstack congress datasource create doctor "doctor" fi EOI |