Comment 0 for bug 1728982

Revision history for this message
Scott Moser (smoser) wrote : openstack mirror with keystone v3 always imports new images

When using the newly added (revno 450) v3 support for mirroring to openstack simplestreams will not notice that images already exist in glace. The result is that every 'sync' will import all new images.

The issue was simply that the tenant_id was not being correctly passed through to the glance query.
It ended considering only existing images that were owned by None, which didn't match anything.