setup_heat_controller: train update

See openstack/heat repo:

28dd8117ba477bd33e371875b49ee0362c8cc162
  "Update keystone_authtoken config reference"

Change-Id: I25ae915f7e3c09eaa819a73ed899db3fbba6f243
This commit is contained in:
Roger Luethi 2019-12-07 14:09:46 +01:00
parent 017e87bb70
commit cdf39b6e13
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ echo "Configuring RabbitMQ message queue access."
iniset_sudo $conf DEFAULT transport_url "rabbit://openstack:$RABBIT_PASS@controller"
# Configure [keystone_authtoken] section.
iniset_sudo $conf keystone_authtoken auth_uri http://controller:5000
iniset_sudo $conf keystone_authtoken www_authenticate_uri http://controller:5000
iniset_sudo $conf keystone_authtoken auth_url http://controller:5000
iniset_sudo $conf keystone_authtoken memcached_servers controller:11211
iniset_sudo $conf keystone_authtoken auth_type password