371e0b667e
When the use performs create_image on a cloud that requires the image be uploaded to swift, we upload the image content to swift for them. Once the image is imported, the content in swift is no longer needed as glance copies the data into its own area. Clean the images up so that we're not just accumulating tons of content in swift. Change-Id: Iede6441c0cad1d99e92fdfacf96d81aad479a93e
7 lines
234 B
YAML
7 lines
234 B
YAML
---
|
|
features:
|
|
- If shade has to create objects in swift to upload an
|
|
image, it will now delete those objects upon successful
|
|
image creation as they are no longer needed. They will
|
|
also be deleted on fatal import errors.
|