summaryrefslogtreecommitdiff
path: root/glance_store/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | s3: Optimize WRITE_CHUNKSIZE to minimize an overhead2.6.0Nobuto Murata2021-07-082-4/+115
|/ / /
* | | Allow any Keystone domain for cinder storePavlo Shchelokovskyy2021-06-033-22/+21
| |/ |/|
* | Pass multipath config while creating connector objectwhoami-rajat2021-04-152-2/+8
|/
* Merge "Cinder store: Use v3 API by default"Zuul2021-03-012-2/+2
|\
| * Cinder store: Use v3 API by defaultTakashi Kajinami2021-02-132-2/+2
* | Merge "Validate volume type during volume create"Zuul2021-02-162-12/+60
|\ \ | |/ |/|
| * Validate volume type during volume createwhoami-rajat2021-02-162-12/+60
* | Replace md5 with oslo versionAde Lee2020-11-1112-67/+120
|/
* Update user/project referencing from contextwhoami-rajat2020-09-074-14/+14
* Add a little more test coverage for rbd resize logicDan Smith2020-08-261-0/+64
* Bring FakeData utility over from glanceDan Smith2020-08-263-2/+82
* Correct default type name referencewhoami-rajat2020-08-251-1/+1
* Merge "Support Cinder multiple stores"Zuul2020-08-252-7/+75
|\
| * Support Cinder multiple storeswhoami-rajat2020-08-242-7/+75
* | Handle sparse images in glance_storeVictor Coutellier2020-08-213-1/+165
* | Ramp up rbd resize to avoid excessive callsErno Kuvaja2020-08-201-1/+55
|/
* use stevedore to load extensionsDoug Hellmann2020-07-251-16/+13
* Fix mock import in unit testsSean McGinnis2020-07-021-2/+2
* Don't allow image creation with encrypted nfs volumesRajat Dhasmana2020-06-221-11/+31
* Merge "Fix: API returns 503 if one of the store is mis-configured"Zuul2020-05-082-1/+9
|\
| * Fix: API returns 503 if one of the store is mis-configuredAbhishek Kekane2020-04-272-1/+9
* | Merge "Add lock per share for cinder nfs mount/umount"Zuul2020-05-013-2/+153
|\ \ | |/ |/|
| * Add lock per share for cinder nfs mount/umountwhoami-rajat2020-05-013-2/+153
* | Use unittest.mock instead of third party mockSean McGinnis2020-04-1816-16/+22
|/
* Update hacking for Python3Andreas Jaeger2020-04-022-5/+5
* Merge "Refactor methods in cinder store"2.0.0Zuul2020-03-312-25/+23
|\
| * Refactor methods in cinder storewhoami-rajat2020-03-262-25/+23
* | Merge "Add config for cinder mounting needs"Zuul2020-03-303-0/+3
|\ \
| * | Add config for cinder mounting needsRajat Dhasmana2020-03-273-0/+3
* | | Merge "Add S3 store support to glance_store"Zuul2020-03-273-0/+904
|\ \ \
| * | | Add S3 store support to glance_storeNaohiro Sameshima2020-03-263-0/+904
| |/ /
* | | Merge "Re-use swift_store_cacert for Keystone session"Zuul2020-03-262-0/+13
|\ \ \ | |_|/ |/| |
| * | Re-use swift_store_cacert for Keystone sessionPavlo Shchelokovskyy2020-01-142-0/+13
* | | Merge "Fix for BufferedReader sets is_zero_size true for a chunk"Zuul2020-03-121-0/+34
|\ \ \
| * | | Fix for BufferedReader sets is_zero_size true for a chunkElancheran T.S2020-03-041-0/+34
| | |/ | |/|
* | | Merge "Restore quotes removal for swift config in Python3"Zuul2020-03-052-0/+39
|\ \ \ | |/ / |/| |
| * | Restore quotes removal for swift config in Python3Andrii Ostapenko2020-01-282-0/+39
| |/
* | Image upload fails if cinder multipath is enabledAbhishek Kekane2020-02-203-28/+67
|/
* Remove sheepdog store driverAbhishek Kekane2019-11-193-442/+0
* Change location metadata key 'backend' to 'store'Abhishek Kekane2019-07-196-36/+36
* Revert "Change location metadata key 'backend' to 'store'"Erno Kuvaja2019-06-075-31/+31
* Merge "Add location prefix url to store instance"0.29.0Zuul2019-06-066-12/+41
|\
| * Add location prefix url to store instanceAbhishek Kekane2019-06-036-12/+41
* | Rethinking file system accessAbhishek Kekane2019-06-061-0/+49
* | Change location metadata key 'backend' to 'store'Abhishek Kekane2019-06-045-31/+31
* | Removed 'store_capabilities_update_min_interval' config optionAbhishek Kekane2019-05-291-1/+0
|/
* Merge "Python3: Fix return type on CooperativeReader.read"Zuul2019-05-152-0/+31
|\
| * Python3: Fix return type on CooperativeReader.readCyril Roelandt2019-04-122-0/+31
* | Do not include ETag when puting manifest in chunked uploadsAlfredo Moralejo2019-04-172-2/+4
|/
* Return bytes even when get()ing a zero-byte image from swiftTim Burke2019-03-061-0/+30