support configuration of heat db and service password when delpoyment 93/3793/1
authorbaigk <baiguoku@huawei.com>
Tue, 1 Dec 2015 00:45:50 +0000 (16:45 -0800)
committerbaigk <baiguoku@huawei.com>
Tue, 1 Dec 2015 00:45:50 +0000 (16:45 -0800)
JIRA: COMPASS-171

Change-Id: I7cbed656f931d7f703fc3a4a4e854acadf02a0c3
Signed-off-by: baigk <baiguoku@huawei.com>
deploy/conf/base.conf

index 131cd57..3f8361f 100644 (file)
@@ -59,6 +59,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,metering:service=service,rabbitmq:service=service,volume:service=service,mysql:service=service"
-export CONSOLE_CREDENTIALS="admin:console=console,compute:console=console,dashboard:console=console,image:console=console,metering:console=console,network:console=console,object-store:console=console,volume:console=console"
+export SERVICE_CREDENTIALS="image:service=service,compute:service=service,dashboard:service=service,identity:service=service,metering:service=service,rabbitmq:service=service,volume:service=service,mysql:service=service,heat:heat=heat_secret"
+export CONSOLE_CREDENTIALS="admin:console=console,compute:console=console,dashboard:console=console,image:console=console,metering:console=console,network:console=console,object-store:console=console,volume:console=console,heat:heat=heat_db_secret"
 export PACKAGE_CONFIG_FILENAME=""