Drops the address parameter for swift config.
The 'address' parameter is deprecated for swift::keystone::auth so we should just drop it. Change-Id: I621126cf77ed1ffd81d1b201b45b098e96c57fe7
This commit is contained in:
@@ -284,7 +284,6 @@ class openstack::keystone (
|
|||||||
public_protocol => $public_protocol,
|
public_protocol => $public_protocol,
|
||||||
admin_address => $swift_admin_real,
|
admin_address => $swift_admin_real,
|
||||||
internal_address => $swift_internal_real,
|
internal_address => $swift_internal_real,
|
||||||
address => $swift_public_real,
|
|
||||||
region => $region,
|
region => $region,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user