Skip to content

Instantly share code, notes, and snippets.

@tomprince
Created November 21, 2013 19:33
Show Gist options
  • Save tomprince/7588082 to your computer and use it in GitHub Desktop.
Save tomprince/7588082 to your computer and use it in GitHub Desktop.
diff --git a/src/hybridcluster/yakd.py b/src/hybridcluster/yakd.py
index 6c7b586..fb5f10a 100755
--- a/src/hybridcluster/yakd.py
+++ b/src/hybridcluster/yakd.py
@@ -546,8 +546,6 @@ class BindConfigurator:
aliasToMaster.update(masterExtras)
sites.extend(siteAliases)
- zones = self._zonesFromWebsites(sites)
-
for zone, sites in zones.iteritems():
# TODO: should self.live_servers actually be the total list
# of available servers, relying on web browsers to try other A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment