Merge "Aggregate.save() shouldn't return a value"
This commit is contained in:
commit
b6680b1a52
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user