getting service password to work

This commit is contained in:
Joshua Harlow 2012-03-07 11:05:39 -08:00
parent 1951c79d5e
commit df12ee86d2

View File

@ -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:-}