commit | 553eee5d1177b5b0812935eccd606e9901ff638e | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Wed Apr 27 18:28:54 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Wed Apr 27 18:28:54 2016 -0700 |
tree | 7632175955a34219bdb6ae2a68187f94f831a1d9 | |
parent | 88a7b731ec834cd713784ce0729e904ffb3a4624 [diff] |
don't include gateway if not set
diff --git a/xos/synchronizers/openstack/steps/sync_controller_networks.yaml b/xos/synchronizers/openstack/steps/sync_controller_networks.yaml index eeab6d1..d04a925 100644 --- a/xos/synchronizers/openstack/steps/sync_controller_networks.yaml +++ b/xos/synchronizers/openstack/steps/sync_controller_networks.yaml
@@ -30,8 +30,6 @@ state=present {% if use_vtn %} gateway_ip={{ gateway }} - {% else %} - gateway_ip="None" {% endif %} dns_nameservers=8.8.8.8 cidr={{ cidr }}