update incorrect docstring for regions
it currently says endpoints, when it's obviously regions. Change-Id: Ic080436441cb07f5be83e6037cd38aeb14577398
This commit is contained in:
parent
6fce93d7c9
commit
01ce602915
@ -29,7 +29,7 @@ class Region(base.Resource):
|
||||
|
||||
|
||||
class RegionManager(base.CrudManager):
|
||||
"""Manager class for manipulating Identity endpoints."""
|
||||
"""Manager class for manipulating Identity regions."""
|
||||
resource_class = Region
|
||||
collection_key = 'regions'
|
||||
key = 'region'
|
||||
|
Loading…
Reference in New Issue
Block a user