Skip to content
Snippets Groups Projects
Commit 44d11035 authored by Nguyễn Duy Vũ (CBR09)'s avatar Nguyễn Duy Vũ (CBR09) Committed by Vu Nguyen Duy
Browse files

Neutron-server should be on control group

It's convenient for tools/init-runonce work properly
Closes-Bug: #1503999
backport: liberty
Change-Id: I2d9f97e59ae4de3404f95a5231103cdd40a68835
parent e6a9da20
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ nova ...@@ -104,7 +104,7 @@ nova
# Neutron # Neutron
[neutron-server:children] [neutron-server:children]
neutron control
[neutron-agents:children] [neutron-agents:children]
neutron neutron
......
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment