The volumes extension.
Bases: nova.api.openstack.servers.ControllerV11
The boot from volume API controller for the Openstack API.
Creates a new server for a given user
Bases: object
The volume attachment API controller for the Openstack API.
A child resource of the server. Note that we use the volume id as the ID of the attachment (though this is not guaranteed externally)
Attach a volume to an instance.
Detach a volume from an instance.
Returns the list of volume attachments for a given instance.
Return data about the given volume attachment.
Update a volume attachment. We don’t currently support this.
Bases: object
The Volumes API controller for the OpenStack API.
Creates a new volume.
Delete a volume.
Returns a detailed list of volumes.
Returns a summary list of volumes.
Return data about the given volume.