Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/image-download-rbd-location. Description: Nova downloads images through GlanceImageService. GlanceImageService tries through the set of download plug-ins first, and if not successful, it will download the image from glance itself. In the current versions of nova, only 'file' and 'filesystem' based location handlers are present. This feature will add 'rbd' based location handler plug-in. Specification URL (additional information): None