diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-03-11 15:28:20 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-03-11 15:28:20 +0000 |
commit | 312c0fac92698a01236c7170b6a9471fce8ba2b5 (patch) | |
tree | 835044435bad215ead94193eb9a7c14703e94cf4 | |
parent | af068151a36229d82cf4f85991a9c41e378dd229 (diff) | |
parent | e0fd678de5b862bd4c385f636b3e29a981e1455a (diff) |
Merge "Pass public_addr to ceph::profile::params instead of ceph::mon"
-rw-r--r-- | puppet/controller.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml index 186dce64..21551e35 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -1295,7 +1295,7 @@ resources: mapped_data: ceph::profile::params::cluster_network: {get_input: ceph_cluster_network} ceph::profile::params::public_network: {get_input: ceph_public_network} - ceph::mon::public_addr: {get_input: ceph_public_ip} + ceph::profile::params::public_addr: {get_input: ceph_public_ip} database: raw_data: {get_file: hieradata/database.yaml} object: |