From: QiLiang Date: Mon, 6 Jun 2016 10:50:01 +0000 (+0800) Subject: Add aodh default credentials X-Git-Tag: colorado.1.0~110^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=83d54737f61538cad93df8bbcdb263503b11592a;p=compass4nfv.git Add aodh default credentials JIRA: COMPASS-416 Change-Id: Idc125105367d46a4d12d6a35f05c5155ca777323 Signed-off-by: QiLiang --- 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=""