Comment 5 for bug 1132294

Revision history for this message
Nathanael Burton (mathrock) wrote : Re: glance image-list does not return shared images

I personally would prefer to not break the v1 behavior for existing shared images and have them be accepted upon migration. Based on the v2 image sharing spec there appears to be a way to change an 'accepted' share to 'rejected' if you no longer want to see it. So v2 users could always just reject images they don't want to see that were turned into 'accepted' images by the migration.

However this is all separate from my original bug, which may not be a bug but rather how the new image sharing is supposed to work. If so, the main two questions are:

1. For migration 16, is adding the status column as is currently implemented by defaulting to 'pending' what we want? My opinion is it should default to 'accepted'.

2. Is the new behavior documented and does python-glanceclient currently support making the API call to accept/reject a share request?