aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf
diff options
context:
space:
mode:
authorQiLiang <liangqi1@huawei.com>2016-06-06 18:50:01 +0800
committerQiLiang <liangqi1@huawei.com>2016-06-06 18:50:01 +0800
commit83d54737f61538cad93df8bbcdb263503b11592a (patch)
tree6bbc64027650d4704dbc63b52209aa365b7a6786 /deploy/conf
parentdf17cc07bf951c9f8908204f51253f7bfb80c8e3 (diff)
Add aodh default credentials
JIRA: COMPASS-416 Change-Id: Idc125105367d46a4d12d6a35f05c5155ca777323 Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'deploy/conf')
-rw-r--r--deploy/conf/base.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/conf/base.conf b/deploy/conf/base.conf
index f009a4ac..24eb703d 100644
--- a/deploy/conf/base.conf
+++ b/deploy/conf/base.conf
@@ -62,6 +62,6 @@ export GATEWAY="10.1.0.1"
export SERVER_CREDENTIAL="root=root"
export LOCAL_REPO_URL=""
export OS_CONFIG_FILENAME=""
-export SERVICE_CREDENTIALS="image:service=service,compute:service=service,dashboard:service=service,identity:service=service,image:service=service,metering:service=service,network:service=service,rabbitmq:service=service,volume:service=service,mysql:service=service,heat:heat=heat_db_secret"
-export CONSOLE_CREDENTIALS="admin:console=console,demo:console=console,compute:console=console,dashboard:console=console,identity:console=console,image:console=console,metering:console=console,network:console=console,object-store:console=console,volume:console=console,heat:heat=heat_secret"
+export SERVICE_CREDENTIALS="image:service=service,compute:service=service,dashboard:service=service,identity:service=service,image:service=service,metering:service=service,network:service=service,rabbitmq:service=service,volume:service=service,mysql:service=service,heat:heat=heat_db_secret,alarming:aodh=aodh_db_secret"
+export CONSOLE_CREDENTIALS="admin:console=console,demo:console=console,compute:console=console,dashboard:console=console,identity:console=console,image:console=console,metering:console=console,network:console=console,object-store:console=console,volume:console=console,heat:heat=heat_secret,alarming:aodh=aodh_secret"
export PACKAGE_CONFIG_FILENAME=""