Multi-region support
This commit is contained in:
parent
81428cc005
commit
07e1bc6000
@ -32,9 +32,8 @@ class cinder::keystone::auth (
|
||||
}
|
||||
|
||||
if $configure_endpoint {
|
||||
keystone_endpoint { $auth_name:
|
||||
keystone_endpoint { "${region}/$auth_name":
|
||||
ensure => present,
|
||||
region => $region,
|
||||
public_url => "http://${public_address}:${port}/${volume_version}/%(tenant_id)s",
|
||||
admin_url => "http://${admin_address}:${port}/${volume_version}/%(tenant_id)s",
|
||||
internal_url => "http://${internal_address}:${port}/${volume_version}/%(tenant_id)s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user