Comment 5 for bug 1452105

Revision history for this message
keerthivasan selvaraj (keerthiv) wrote :

Hi all

While adding the images in glance using docker save, both the downloaded docker image name and the name added in glance should be same.

Example:

docker save training/webapp | glance image-create --is-public=True --container-format=docker --disk-format=raw --name training/webapp

I think this will solve this issue.

Thanks