Merge "central.update_status should be transactional" into stable/kilo

This commit is contained in:
Jenkins 2015-04-24 08:56:01 +00:00 committed by Gerrit Code Review
commit 5f2b243c08
1 changed files with 1 additions and 0 deletions

View File

@ -2135,6 +2135,7 @@ class Service(service.RPCService, service.Service):
return pool
# Pool Manager Integration
@transaction
def update_status(self, context, domain_id, status, serial):
"""
:param context: Security context information.