Comment 1 for bug 1630546

Revision history for this message
Julie Pichon (jpichon) wrote :

Looking at the existing hieradata:

$ sudo grep -R 5000 /etc/puppet/hieradata/
/etc/puppet/hieradata/puppet-stack-config.yaml:keystone_auth_uri: http://192.0.2.1:5000/v3
/etc/puppet/hieradata/puppet-stack-config.yaml:keystone_auth_uri_v2: http://192.0.2.1:5000/v2.0
/etc/puppet/hieradata/puppet-stack-config.yaml:ceilometer::agent::auth::auth_url: http://192.0.2.1:5000
/etc/puppet/hieradata/puppet-stack-config.yaml:keystone::endpoint::public_url: http://192.0.2.1:5000
/etc/puppet/hieradata/puppet-stack-config.yaml:keystone::endpoint::internal_url: http://192.0.2.1:5000

The UI explicitly references v2.0 in the configuration sample ( https://github.com/openstack/tripleo-ui/blob/master/dist/tripleo_ui_config.js.sample#L7 ) for now so, let's go with keystone_auth_uri_v2.