diff options
Diffstat (limited to 'nova')
| -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) |
