diff options
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index 6c6afa6b3..b54aa1b57 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -1516,11 +1516,6 @@ class API(BaseAPI): instance) @wrap_check_policy - def get_actions(self, context, instance): - """Retrieve actions for the given instance.""" - return self.db.instance_get_actions(context, instance['uuid']) - - @wrap_check_policy @check_instance_state(vm_state=[vm_states.ACTIVE, vm_states.SHUTOFF, vm_states.RESCUED], task_state=[None, task_states.RESIZE_VERIFY]) |
