commit | 6980cfd95e7b8cbf1022547598edbcb66fbab192 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <sapanb@cs.princeton.edu> | Fri Jan 23 16:24:42 2015 +0000 |
committer | Sapan Bhatia <sapanb@cs.princeton.edu> | Fri Jan 23 16:24:42 2015 +0000 |
tree | 5f826960ab951d1e3dc98642ef3318318d521e47 | |
parent | 7b4cee7315ae373fe36c2ac80edc5545b300f214 [diff] |
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 %}