diff --git a/deployment_scripts/puppet/manifests/tacker.pp b/deployment_scripts/puppet/manifests/tacker.pp index 2186a7b..46e110f 100644 --- a/deployment_scripts/puppet/manifests/tacker.pp +++ b/deployment_scripts/puppet/manifests/tacker.pp @@ -24,7 +24,7 @@ $internal_auth_address = get_ssl_property($ssl_hash, {}, 'keystone', 'internal' $admin_auth_protocol = get_ssl_property($ssl_hash, {}, 'keystone', 'admin', 'protocol', 'http') $admin_auth_address = get_ssl_property($ssl_hash, {}, 'keystone', 'admin', 'hostname', [hiera('service_endpoint', ''), $management_vip]) -$auth_uri = "${internal_auth_protocol}://${internal_auth_address}:5000/" +$auth_uri = "${internal_auth_protocol}://${internal_auth_address}:5000/v2.0/" $identity_uri = "${admin_auth_protocol}://${admin_auth_address}:35357/" $database_vip = hiera('database_vip', undef)