From 83d54737f61538cad93df8bbcdb263503b11592a Mon Sep 17 00:00:00 2001 From: QiLiang Date: Mon, 6 Jun 2016 18:50:01 +0800 Subject: Add aodh default credentials JIRA: COMPASS-416 Change-Id: Idc125105367d46a4d12d6a35f05c5155ca777323 Signed-off-by: QiLiang --- deploy/conf/base.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy/conf') 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="" -- cgit 1.2.3-korg