From df12ee86d204e9f1c1615b1d46fff01f7a94ec1a Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 7 Mar 2012 11:05:39 -0800 Subject: [PATCH] getting service password to work --- conf/stack.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/stack.ini b/conf/stack.ini index 227b30c1..a1078b30 100644 --- a/conf/stack.ini +++ b/conf/stack.ini @@ -335,8 +335,6 @@ image_urls = http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_ # in code in that the configuration class we use will look in this section for passwords # and if no password is found (ie an empty string) then the user will be prompted to enter # a password, if they do not enter one (or its blank) then one will be generated for the user. -# -# *You can set the enviroment variable "PASS_ASK" to 1 to not be prompted at all.* # You will need to send the same MYSQL_PASSWORD to every host if you are doing a multi-node devstack installation. sql = ${MYSQL_PASSWORD:-} @@ -349,6 +347,7 @@ horizon_keystone_admin = ${ADMIN_PASSWORD:-} # Openstack components need to have an admin token to validate user tokens. service_token = ${SERVICE_TOKEN:-} +service_password = ${SERVICE_PASSWORD:-} # The xen api connection password xenapi_connection = ${XENAPI_CONNECTION:-}