Merge "Neutron-server should be on control group"
This commit is contained in:
commit
fbf0daf1de
@ -104,7 +104,7 @@ nova
|
||||
|
||||
# Neutron
|
||||
[neutron-server:children]
|
||||
neutron
|
||||
control
|
||||
|
||||
[neutron-agents:children]
|
||||
neutron
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user