do not specify dns nameservers when creating subnets
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 18 Apr 2014 19:33:24 +0000 (15:33 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 18 Apr 2014 19:33:32 +0000 (15:33 -0400)
planetstack/openstack/driver.py

index f5abb02..40982ee 100644 (file)
@@ -268,7 +268,7 @@ class OpenStackDriver:
                                  'network_id': network_id,
                                  'ip_version': ip_version,
                                  'cidr': cidr_ip,
-                                 'dns_nameservers': ['8.8.8.8', '8.8.4.4'],
+                                 #'dns_nameservers': ['8.8.8.8', '8.8.4.4'],
                                  'allocation_pools': allocation_pools}}
             subnet = self.shell.quantum.create_subnet(subnet)['subnet']
             self.add_external_route(subnet)