From: Sapan Bhatia Date: Fri, 23 Jan 2015 16:24:42 +0000 (+0000) Subject: Disable creation of an OpenStack gateway for private netwroks (and nat networks too... X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=commitdiff_plain;h=ef51c53a79cb1c8fbf6a8b6e40d059ad49b8f470 Disable creation of an OpenStack gateway for private netwroks (and nat networks too, with the latter it does not matter) --- 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 %}