default dns server should be 8.8.4.4
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 2 May 2013 19:09:45 +0000 (15:09 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 2 May 2013 19:09:45 +0000 (15:09 -0400)
plstackapi/openstack/driver.py

index ce0f7c0..640176f 100644 (file)
@@ -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']