Modifying keystone middleware config

- Some of the config used for keystone middleware are either incorrect
or not needed. This patch will modify the config middleware to work with
keystone v2 and v3

Change-Id: Id788a7b5d76ed6bfdb8a1d327eb8bf48d6bf2cfa
This commit is contained in:
Steve Leon 2015-08-19 10:46:07 -07:00
parent 2874192814
commit b16f0aa932
1 changed files with 6 additions and 7 deletions

View File

@ -197,13 +197,12 @@ iniset ${CUE_CONF} openstack os_username ${os_username}
iniset ${CUE_CONF} openstack os_password ${os_password}
iniset ${CUE_CONF} openstack os_auth_url ${os_auth_url}
iniset ${CUE_CONF} database connection ${db_connection_worker}
iniset ${CUE_CONF} keystone_authtoken project_domain_id default
iniset ${CUE_CONF} keystone_authtoken project_name service
iniset ${CUE_CONF} keystone_authtoken user_domain_id default
iniset ${CUE_CONF} keystone_authtoken password password
iniset ${CUE_CONF} keystone_authtoken username cue
iniset ${CUE_CONF} keystone_authtoken auth_url http://${floating_ip}:35357
iniset ${CUE_CONF} keystone_authtoken auth_plugin password
iniset ${CUE_CONF} keystone_authtoken admin_tenant_name service
iniset ${CUE_CONF} keystone_authtoken admin_password password
iniset ${CUE_CONF} keystone_authtoken admin_user cue
iniset ${CUE_CONF} keystone_authtoken auth_host ${floating_ip}
iniset ${CUE_CONF} keystone_authtoken auth_port 35357
iniset ${CUE_CONF} keystone_authtoken auth_protocol http
# Execute Cue's database upgrade scripts
cue-manage --config-file /etc/cue/cue.conf database upgrade