diff --git a/deployment_scripts/puppet/manifests/tacker.pp b/deployment_scripts/puppet/manifests/tacker.pp index bbd768d..6a1d149 100644 --- a/deployment_scripts/puppet/manifests/tacker.pp +++ b/deployment_scripts/puppet/manifests/tacker.pp @@ -25,7 +25,7 @@ $public_auth_address = get_ssl_property($ssl_hash, {}, 'keystone', 'public', $admin_auth_protocol = get_ssl_property($ssl_hash, {}, 'keystone', 'admin', 'protocol', 'http') $admin_auth_address = get_ssl_property($ssl_hash, {}, 'keystone', 'admin', 'hostname', $management_vip) -$auth_uri = "${public_auth_protocol}://${public_auth_address}:5000/v2.0/" +$auth_uri = "${public_auth_protocol}://${public_auth_address}:5000/v3/" $identity_uri = "${admin_auth_protocol}://${admin_auth_address}:35357/" $heat_uri = "${admin_auth_protocol}://${admin_auth_address}:8004/v1" diff --git a/deployment_scripts/puppet/manifests/tacker_rc.pp b/deployment_scripts/puppet/manifests/tacker_rc.pp index f7f67e3..6d42843 100644 --- a/deployment_scripts/puppet/manifests/tacker_rc.pp +++ b/deployment_scripts/puppet/manifests/tacker_rc.pp @@ -11,7 +11,7 @@ $tacker_user_password = $tacker_hash['user_password'] $ssl_hash = hiera_hash('use_ssl', {}) $public_auth_protocol = get_ssl_property($ssl_hash, {}, 'keystone', 'public', 'protocol', 'http') $public_auth_address = get_ssl_property($ssl_hash, {}, 'keystone', 'public', 'hostname', $public_vip) -$auth_uri = "${public_auth_protocol}://${public_auth_address}:5000/v2.0/" +$auth_uri = "${public_auth_protocol}://${public_auth_address}:5000/v3/" $tackerc = inline_template(" #!/bin/sh