diff options
author | Michael Chapman <michapma@redhat.com> | 2016-07-12 10:04:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-12 10:04:24 +0000 |
commit | 23530516f2ceca4f1215140a287016288923ad47 (patch) | |
tree | 279b194b56bdd1c5d8906de70a224eb5a79a94b4 /lib | |
parent | 87860a11da4fd4f140974b40193463e8a256523c (diff) | |
parent | dfc2eb500dd291efdb0e3b7c467e4f330911d7bc (diff) |
Merge "Adding doctor driver and datasource"
Diffstat (limited to 'lib')
-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 |