summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Walsh <sandy.walsh@rackspace.com>2011-03-16 23:31:06 -0300
committerSandy Walsh <sandy.walsh@rackspace.com>2011-03-16 23:31:06 -0300
commit2f72127478405f5d87a40d799cc04e77e744f35b (patch)
tree8bcca06ca7a231293ff0ab1c5f23857a6d08a4b8
parentfe82fc64ebe616d2ecb0a25c3c32efac9241d7e3 (diff)
removed dead method
-rw-r--r--nova/scheduler/api.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/scheduler/api.py b/nova/scheduler/api.py
index 804dade6b..71d211fe9 100644
--- a/nova/scheduler/api.py
+++ b/nova/scheduler/api.py
@@ -50,10 +50,6 @@ class API(object):
"""API for interacting with the scheduler."""
@classmethod
- def _is_current_zone(cls, zone):
- return True
-
- @classmethod
def get_zone_list(cls, context):
"""Return a list of zones assoicated with this zone."""
items = _call_scheduler('get_zone_list', context)