Update scenario004 for updates to puppet-ceph

puppet ceph used hardcoded values in ceph::rgw::keystone::auth
This updates p-o-i scenario004 to provide values to the previously
hardcoded parameters.

Change-Id: Ie9b8113351300ab8ab331f083a47fef7d4735e69
This commit is contained in:
Keith Schincke 2016-11-28 14:16:22 -05:00
parent 5e4701a4f2
commit 45d254d199

View File

@ -124,6 +124,8 @@ class openstack_integration::ceph (
if $swift_dropin {
class { '::ceph::rgw::keystone::auth':
password => $password,
user => $auth_name,
tenant => $project,
public_url => "http://${::openstack_integration::config::ip_for_url}:8080/swift/v1",
admin_url => "http://${::openstack_integration::config::ip_for_url}:8080/swift/v1",
internal_url => "http://${::openstack_integration::config::ip_for_url}:8080/swift/v1",