glance/glance/store
Flavio Percoco 312e93eb16 Make rbd store's pool handling more universal
Currently we ignore the pool part of the location throughout the rbd store code.
If there is a pool specified, use that. Otherwise we can still fall back to the
configured pool.

This is a required change if we want to support ephemeral disk snapshotting later on
as in that scenario the ephemeral pool might be a different pool from images pool,
yet we're going to need to reference the snapshot of a disk in the ephemeral pool.

Change-Id: Ie415667a809975948c8cfb71ec63a0905995fa67
Closes-Bug: 1368128
2014-10-01 14:40:56 +02:00
..
__init__.py Enforce image_size_cap on v2 upload 2014-08-19 14:14:36 +01:00
base.py Remove vim header 2014-01-14 16:03:28 +00:00
cinder.py Improve help strings 2014-02-09 21:56:52 +01:00
filesystem.py Add support for API message localization 2014-03-04 14:18:28 +08:00
gridfs.py Merge "Use six.moves.urllib.parse instead of urlparse" 2014-02-17 20:59:24 +00:00
http.py Prevent creation of http images with invalid URIs 2014-05-30 15:38:04 +09:00
location.py Add support for API message localization 2014-03-04 14:18:28 +08:00
rbd.py Make rbd store's pool handling more universal 2014-10-01 14:40:56 +02:00
s3.py Use six.moves.urllib.parse instead of urlparse 2014-02-17 09:52:00 +08:00
sheepdog.py To prevent remote code injection on Sheepdog store 2014-04-10 21:05:46 +08:00
swift.py Keep py3.X compatibility for urllib 2014-02-18 13:55:54 +08:00
vmware_datastore.py VMware store.add to return the image size uploaded 2014-03-19 20:04:29 -07:00