Merge "Neutron-server should be on control group"
This commit is contained in:
commit
fbf0daf1de
@ -104,7 +104,7 @@ nova
|
|||||||
|
|
||||||
# Neutron
|
# Neutron
|
||||||
[neutron-server:children]
|
[neutron-server:children]
|
||||||
neutron
|
control
|
||||||
|
|
||||||
[neutron-agents:children]
|
[neutron-agents:children]
|
||||||
neutron
|
neutron
|
||||||
|
@ -152,7 +152,7 @@
|
|||||||
template:
|
template:
|
||||||
src: "roles/neutron/templates/neutron-agents.json.j2"
|
src: "roles/neutron/templates/neutron-agents.json.j2"
|
||||||
dest: "{{ node_config_directory }}/neutron-agents/config.json"
|
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
|
- name: Copying Neutron Server JSON configuration file
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user