From 45d254d199a124886b81d299946d078dca434307 Mon Sep 17 00:00:00 2001 From: Keith Schincke Date: Mon, 28 Nov 2016 14:16:22 -0500 Subject: [PATCH] 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 --- manifests/ceph.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/ceph.pp b/manifests/ceph.pp index d1c6c0337..fbdae4a85 100644 --- a/manifests/ceph.pp +++ b/manifests/ceph.pp @@ -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",