Add flag to trigger task interface for rackspace

It turns out that the task interface for upload is not implied by v2
glance api. Add a boolean flag that can be consumed elsewhere.

Change-Id: I2cdcfe302a73ebfa7f739399c1eeb3bc9f96ab3c
This commit is contained in:
Monty Taylor 2015-04-30 02:26:34 +02:00
parent b55de0e163
commit 3f8431a9de
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ IAD Washington, D.C.
* Compute Service Name is `cloudServersOpenStack`
* Image API Version is 2
* Images must be in `vhd` format
* Images must be uploaded using the Glance Task Interface
Dreamhost
---------

View File

@ -30,6 +30,7 @@ CLOUD_DEFAULTS = dict(
database_service_type='rax:database',
compute_service_name='cloudServersOpenStack',
image_api_version='2',
image_api_use_tasks=True,
image_format='vhd',
),
dreamhost=dict(