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:
Dan Prince
2013-09-02 08:41:33 -04:00
parent 6a2095f704
commit 2d77125606

View File

@@ -284,7 +284,6 @@ class openstack::keystone (
public_protocol => $public_protocol,
admin_address => $swift_admin_real,
internal_address => $swift_internal_real,
address => $swift_public_real,
region => $region,
}
}