commit | 7ea40ce3bcf94a0227fb84db63adb36ee2f7a836 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Jul 20 17:25:20 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Jul 20 17:25:20 2015 -0700 |
tree | e084065c6d3112f777fe2677dd8bd6ce8089abd6 | |
parent | 63bf6e41ae2fe8058ec3cb1fbf4317c46563a4b8 [diff] |
set dns_nameservers to 8.8.8.8
diff --git a/xos/openstack_observer/steps/sync_controller_networks.yaml b/xos/openstack_observer/steps/sync_controller_networks.yaml index 6754c47..6b18fda 100644 --- a/xos/openstack_observer/steps/sync_controller_networks.yaml +++ b/xos/openstack_observer/steps/sync_controller_networks.yaml
@@ -29,6 +29,7 @@ {% else %} state=present no_gateway=true + dns_nameservers=8.8.8.8 cidr={{ cidr }} {% endif %} {% endif %}