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:
Samuel de Medeiros Queiroz 2018-09-25 10:57:55 -03:00
parent e4ef460956
commit d70bdeb865
1 changed files with 1 additions and 1 deletions

View File

@ -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,