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:
parent
b55de0e163
commit
3f8431a9de
@ -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
|
||||
---------
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user