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:
parent
5e4701a4f2
commit
45d254d199
@ -124,6 +124,8 @@ class openstack_integration::ceph (
|
|||||||
if $swift_dropin {
|
if $swift_dropin {
|
||||||
class { '::ceph::rgw::keystone::auth':
|
class { '::ceph::rgw::keystone::auth':
|
||||||
password => $password,
|
password => $password,
|
||||||
|
user => $auth_name,
|
||||||
|
tenant => $project,
|
||||||
public_url => "http://${::openstack_integration::config::ip_for_url}:8080/swift/v1",
|
public_url => "http://${::openstack_integration::config::ip_for_url}:8080/swift/v1",
|
||||||
admin_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",
|
internal_url => "http://${::openstack_integration::config::ip_for_url}:8080/swift/v1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user