Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-glanceclient/+spec/extract-common-formats. Description: It'd be nifty to have the glance client be able to be given a url, it can then download that url, then extract the components and match certain patterns and then upload the kernel, ramdisk, root image in that archive. Anvil does something like this and it might be useful just to have the client do this instead.... https://github.com/yahoo/Openstack-Anvil/blob/master/anvil/components/helpers/glance.py#L346 Specification URL (additional information): None