From: Tony Mack Date: Thu, 2 May 2013 19:09:45 +0000 (-0400) Subject: default dns server should be 8.8.4.4 X-Git-Tag: 1.0~69 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cdb85aa5ac734698889c05010b26d0459d9667ff;p=plstackapi.git default dns server should be 8.8.4.4 --- diff --git a/plstackapi/openstack/driver.py b/plstackapi/openstack/driver.py index ce0f7c0..640176f 100644 --- a/plstackapi/openstack/driver.py +++ b/plstackapi/openstack/driver.py @@ -199,7 +199,7 @@ class OpenStackDriver: 'network_id': network_id, 'ip_version': ip_version, 'cidr': cidr_ip, - 'dns_nameservers': ['8.8.8.8', '8.8.8.4'], + 'dns_nameservers': ['8.8.8.8', '8.8.4.4'], 'allocation_pools': allocation_pools}} subnet = self.shell.quantum.create_subnet(subnet)['subnet']