diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-28 05:27:59 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-28 05:27:59 +0000 |
commit | 87d65b003af09b00bdd7b4a214ad265dd4bb29bb (patch) | |
tree | e063a54aae1ff1c44f4c8ad2d4a29f184b48aa96 | |
parent | 1deb6fea53d88aa6366a6418d5c4d2290366883c (diff) | |
parent | ad1324c7acd4afa937ce41b6339e3dc817d0de25 (diff) |
Merge "Include ceph::profile::client from rgw.pp"
-rw-r--r-- | manifests/profile/base/ceph/rgw.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/ceph/rgw.pp b/manifests/profile/base/ceph/rgw.pp index 8443de0..d00f7cd 100644 --- a/manifests/profile/base/ceph/rgw.pp +++ b/manifests/profile/base/ceph/rgw.pp @@ -60,7 +60,7 @@ class tripleo::profile::base::ceph::rgw ( $rgw_name = hiera('ceph::profile::params::rgw_name', 'radosgw.gateway') $civetweb_bind_ip_real = normalize_ip_for_uri($civetweb_bind_ip) include ::ceph::params - include ::ceph::profile::base + include ::ceph::profile::client ceph::rgw { $rgw_name: frontend_type => 'civetweb', rgw_frontends => "civetweb port=${civetweb_bind_ip_real}:${civetweb_bind_port}", |