Disable creation of an OpenStack gateway for private netwroks (and nat networks too...
authorSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 23 Jan 2015 16:24:42 +0000 (16:24 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 23 Jan 2015 16:24:42 +0000 (16:24 +0000)
planetstack/openstack_observer/steps/sync_controller_networks.yaml

index 9b42ea6..8f0d4c1 100644 (file)
@@ -27,5 +27,6 @@
         state=absent
         {% else %}
         state=present 
+        no_gateway=true 
         cidr={{ cidr }}
         {% endif %}