From ef51c53a79cb1c8fbf6a8b6e40d059ad49b8f470 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 23 Jan 2015 16:24:42 +0000 Subject: [PATCH] Disable creation of an OpenStack gateway for private netwroks (and nat networks too, with the latter it does not matter) --- .../openstack_observer/steps/sync_controller_networks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/planetstack/openstack_observer/steps/sync_controller_networks.yaml b/planetstack/openstack_observer/steps/sync_controller_networks.yaml index 9b42ea6..8f0d4c1 100644 --- a/planetstack/openstack_observer/steps/sync_controller_networks.yaml +++ b/planetstack/openstack_observer/steps/sync_controller_networks.yaml @@ -27,5 +27,6 @@ state=absent {% else %} state=present + no_gateway=true cidr={{ cidr }} {% endif %} -- 2.43.0