diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-05-19 08:58:58 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-05-19 08:58:58 +0000 |
commit | 3ddb1136e570906cb9c1f32f9cc6fcd6ccd3ac45 (patch) | |
tree | 25daca8e665683398c3b6d2293c4be92a8bec076 /puppet | |
parent | 27625182b25539bdd4f0959817cf77971ef34598 (diff) | |
parent | 32d2934e982d3de634bb977f5beeddac47e7ceb2 (diff) |
Merge "Remove ControllerClusterConfig from overcloud.yaml"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/controller.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml index 05556ffb..d5dcc7d8 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -1630,13 +1630,6 @@ outputs: hostname: description: Hostname of the server value: {get_attr: [Controller, name]} - corosync_node: - description: > - Node object in the format {ip: ..., name: ...} format that the corosync - element expects - value: - ip: {get_attr: [Controller, networks, ctlplane, 0]} - name: {get_attr: [Controller, name]} hosts_entry: description: > Server's IP address and hostname in the /etc/hosts format |