Merge "Capitalize the first letter in comment"
This commit is contained in:
commit
9dad416b36
@ -391,7 +391,7 @@ class ShareMixin(object):
|
|||||||
return webob.Response(status_int=202)
|
return webob.Response(status_int=202)
|
||||||
|
|
||||||
def _access_list(self, req, id, body):
|
def _access_list(self, req, id, body):
|
||||||
"""list share access rules."""
|
"""List share access rules."""
|
||||||
context = req.environ['manila.context']
|
context = req.environ['manila.context']
|
||||||
|
|
||||||
share = self.share_api.get(context, id)
|
share = self.share_api.get(context, id)
|
||||||
|
Loading…
Reference in New Issue
Block a user