I am trying to create a volume from a snapshot in openstack using the python api. Using the UI this is easily doable by pressing the action Create Volume
in the snapshot overview.
When looking at the python documentation though, I can't find the required method. I found create_volume_snapshot
which creates the snapshot, but I am unable to find a method that creates a volume from a snapshot. I also found the parameter where you can handover an image to create a volume, but nothing for snapshot. I must be blind.
This is the documentation: https://docs.openstack.org/openstacksdk/latest/user/connection.html