From f4f95e6f8669d4fb91d1942b6e4781bcc61b9a77 Mon Sep 17 00:00:00 2001 From: Paul Bourke Date: Tue, 16 Aug 2016 16:37:30 +0000 Subject: [PATCH] Fix neutron-server section in AIO sample inventory neutron-server should run on control nodes, not network (despite the fact on all-in-one it's the same anyway) Co-Authored-By: James McCarthy TrivialFix Change-Id: I55f10b0f803c3c1cb91af8f0b7763bbe70fa8b87 --- ansible/inventory/all-in-one | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory/all-in-one b/ansible/inventory/all-in-one index 5b6cc96572..743ef833ad 100644 --- a/ansible/inventory/all-in-one +++ b/ansible/inventory/all-in-one @@ -131,7 +131,7 @@ nova # Neutron [neutron-server:children] -neutron +control [neutron-dhcp-agent:children] neutron