summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-04-13 10:00:58 -0400
committerMonty Taylor <mordred@inaugust.com>2015-04-13 14:05:15 -0400
commit5bc39aea20b30df03f3ceffda697be7ece9355d3 (patch)
tree24c80d837f703ee91a63152d7cd7980bad57c122
parentbe0b1086478632ded9ac4bccbace362d300467d3 (diff)
downloados-client-config-5bc39aea20b30df03f3ceffda697be7ece9355d3.tar.gz
Add image information to vexxhost account
Change-Id: I0e39c2a9828fb4fa73403158c3e58fb346ac9a10
-rw-r--r--os_client_config/vendors.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/os_client_config/vendors.py b/os_client_config/vendors.py
index fec3159..96ecfcf 100644
--- a/os_client_config/vendors.py
+++ b/os_client_config/vendors.py
@@ -45,5 +45,7 @@ CLOUD_DEFAULTS = dict(
auth_url='http://auth.api.thenebulacloud.com:5000/v2.0/',
region_name='ca-ymq-1',
),
+ image_api_version='1',
+ image_format='qcow2',
),
)