glance/glance/common
Abhishek Kekane f7b1631190 Exclude http store if --all-stores specified for import/copy operation
If operator has configured read-only 'http' store in multiple stores and while
importing or copying existing image in multiple stores if user has specified
--all-stores true then depending on `allow-failure`; if it is True then image
is imported/copied to other stores than http or if it is false then image can
not be imported/copied to other stores as well. Aslo, new image property
`os_glance_failed_imports` shows `http` as failed store.

Excluded `http` store from the list of stores for import/copying workflow
if user specifies --all-stores as True.

Change-Id: I2ad41022aa709491881e78129708da0ccc25f4f6
Closes-Bug: #1881958
2020-06-03 23:21:19 +00:00
..
location_strategy Remove all references to sheepdog 2020-04-02 15:39:57 -05:00
scripts Add ability to import image into multi-stores 2020-02-10 09:39:01 +01:00
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 22:39:05 -06:00
auth.py doc: Clean up unnecessary left vertical lines 2019-12-23 13:58:32 +00:00
client.py doc: Clean up unnecessary left vertical lines 2019-12-23 13:58:32 +00:00
config.py Deprecate allow_additional_image_properties 2020-03-25 16:48:56 -04:00
crypt.py Use cryptography instead of pycrypto 2017-03-28 13:12:57 -04:00
exception.py Remove the remaining code after glare-ectomy 2017-03-17 15:29:16 +03:00
property_utils.py Move policy defaults into code 2020-01-06 12:56:30 -05:00
rpc.py do not declare code blocks as json when they do not parse 2017-06-21 14:15:58 -04:00
store_utils.py Add possibility to delete image from single store 2020-03-13 14:46:13 +00:00
swift_store_utils.py Raise hacking to latest 2.0.0 release 2020-03-27 14:11:08 -05:00
timeutils.py Raise hacking to latest 2.0.0 release 2020-03-27 14:11:08 -05:00
trust_auth.py Remove all usage of keystoneclient 2018-04-09 17:45:10 -05:00
utils.py Exclude http store if --all-stores specified for import/copy operation 2020-06-03 23:21:19 +00:00
wsgi.py Raise hacking to latest 2.0.0 release 2020-03-27 14:11:08 -05:00
wsgi_app.py Raise hacking to latest 2.0.0 release 2020-03-27 14:11:08 -05:00
wsme_utils.py Replace oslo_utils.timeutils 2015-12-10 10:53:46 +00:00