Skip to content
Snippets Groups Projects
Commit fbf0daf1 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Neutron-server should be on control group"

parents 67b9167a 44d11035
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
......
...@@ -152,7 +152,7 @@ ...@@ -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:
......
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