Merge "Add vexxhost"

This commit is contained in:
Jenkins 2015-04-13 16:38:52 +00:00 committed by Gerrit Code Review
commit be0b108647

View File

@ -40,4 +40,10 @@ CLOUD_DEFAULTS = dict(
image_api_version='2', image_api_version='2',
image_format='raw', image_format='raw',
), ),
vexxhost=dict(
auth=dict(
auth_url='http://auth.api.thenebulacloud.com:5000/v2.0/',
region_name='ca-ymq-1',
),
),
) )