diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-17 19:01:09 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-17 19:01:09 -0700 |
| commit | cc851d0716b5e8a2e76f89d128fde55ffb6ec4dd (patch) | |
| tree | 0ce0df9161bbbe535b75c16ed5e0d400cc131a67 | |
| parent | 23efe8d14973a7c94de167562340938ba00d043b (diff) | |
| parent | 82a65107ba3e3df8ec52984bb835b71fe4283b4c (diff) | |
fixed up bzr mess
| -rw-r--r-- | nova/scheduler/api.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/scheduler/api.py b/nova/scheduler/api.py index 8c9fd2298..0e2c69f75 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) |
