diff options
author | Dan Radez <dradez@redhat.com> | 2016-06-28 15:34:32 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-07-11 14:53:19 -0400 |
commit | dfc2eb500dd291efdb0e3b7c467e4f330911d7bc (patch) | |
tree | e98352c6dfc337ae98196f05657b114bb90a6674 /lib | |
parent | e73182cbfa7f7b544fddfcbc0ea79644722d730e (diff) |
Adding doctor driver and datasource
opnfv-tht-pr: 37
JIRA: APEX-158
Change-Id: I079d22e8ee7798bddf7f2f1b6cc3f1b49f1d5773
Signed-off-by: Dan Radez <dradez@redhat.com>
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 |