Fix location region field in docs
The docs said a location object had a 'region' field, however the field
name is 'region_name'.
4efbf96192/openstack/cloud/openstackcloud.py (L716)
Story: #2003871
Task: #26709
Change-Id: I0271a5a738e998032d67c2c5c6152c8583f41bd7
This commit is contained in:
parent
e4ef460956
commit
d70bdeb865
@ -56,7 +56,7 @@ If all of the project information is None, then
|
||||
|
||||
Location = dict(
|
||||
cloud=str(),
|
||||
region=str(),
|
||||
region_name=str(),
|
||||
zone=str() or None,
|
||||
project=dict(
|
||||
id=str() or None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user