Merge "Add the missed decorator to pools"

This commit is contained in:
Jenkins 2017-02-14 03:03:47 +00:00 committed by Gerrit Code Review
commit eb6168fedc

View File

@ -168,6 +168,7 @@ class Resource(object):
response.body = transport_utils.to_json(data)
@decorators.TransportLog("Pools item")
@acl.enforce("pools:create")
def on_put(self, request, response, project_id, pool):
"""Registers a new pool. Expects the following input: