Comment 5 for bug 962615

Revision history for this message
Jérôme Gallard (jerome-gallard) wrote : Re: Unable to list volumes after building from snapshot

Hi all,

I would like to confirm the bug explained by Édouard.
My OpenStack configuration is : Ubuntu Precise with the last packages available.

The issue happens after:
1. I create a volume (via horizon)
2. I snapshot the volume (via horizon)
2bis. I can check that everything is right (via horizon or via nova client : "nova volume-list" and "nova volume-snapshot-list")
3. I create a volume from this snapshot (via nova client : nova volume-create --snapshot_id 1 --display_name "volume from snap" --display_description "kjh" 1 )
4. I am no more able to list the volumes. Via horizon or via nova client :
#nova volume-list
ERROR: The server could not comply with the request since it is either malformed or otherwise incorrect. (HTTP 400)

I got a trace very similar to the one provided by Édouard.

Regards,
Jérôme