Merge "Neutron-server should be on control group"

This commit is contained in:
Jenkins 2015-10-09 17:28:23 +00:00 committed by Gerrit Code Review
commit fbf0daf1de
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ nova
# Neutron
[neutron-server:children]
neutron
control
[neutron-agents:children]
neutron

View File

@ -152,7 +152,7 @@
template:
src: "roles/neutron/templates/neutron-agents.json.j2"
dest: "{{ node_config_directory }}/neutron-agents/config.json"
when: inventory_hostname in groups['neutron-server']
when: inventory_hostname in groups['neutron-agents']
- name: Copying Neutron Server JSON configuration file
template: