Merge "Aggregate.save() shouldn't return a value"

This commit is contained in:
Jenkins 2015-01-05 15:26:17 +00:00 committed by Gerrit Code Review
commit b6680b1a52

View File

@ -97,7 +97,7 @@ class Aggregate(base.NovaPersistentObject, base.NovaObject,
compute_utils.notify_about_aggregate_update(context,
"updateprop.end",
payload)
return self._from_db_object(context, self, db_aggregate)
self._from_db_object(context, self, db_aggregate)
@base.remotable
def update_metadata(self, context, updates):