Merge "No return for flavor destroy"

This commit is contained in:
Jenkins 2016-11-17 14:04:45 +00:00 committed by Gerrit Code Review
commit 260de5b8fb
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ class Flavor(base.NovaPersistentObject, base.NovaObject,
@staticmethod
def _flavor_destroy(context, flavor_id=None, flavorid=None):
return _flavor_destroy(context, flavor_id=flavor_id, flavorid=flavorid)
_flavor_destroy(context, flavor_id=flavor_id, flavorid=flavorid)
@base.remotable
def destroy(self):