Merge "Move region_names out of auth dict"

This commit is contained in:
Jenkins 2015-04-13 20:24:01 +00:00 committed by Gerrit Code Review
commit 12d0675490

View File

@ -35,16 +35,16 @@ CLOUD_DEFAULTS = dict(
dreamhost=dict(
auth=dict(
auth_url='https://keystone.dream.io/v2.0',
region_name='RegionOne',
),
region_name='RegionOne',
image_api_version='2',
image_format='raw',
),
vexxhost=dict(
auth=dict(
auth_url='http://auth.api.thenebulacloud.com:5000/v2.0/',
region_name='ca-ymq-1',
),
region_name='ca-ymq-1',
image_api_version='1',
image_format='qcow2',
),