Not found where to create a volume from a volume snapshot

Bug #1023740 reported by Vincent Hou
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
High
Tihomir Trifonov

Bug Description

I can create a volume snapshot from a volume. Well, in current horizon UI, I have not found where I have the choice to create a volume from a volume snapshot. I only found a button to delete the volume snapshot.
I think it is very rational scenario. Is it a bug? Not implemented yet? If amyone knows where I can find the button or the link to create a volume from a volume snapshot, please let me know. Thx.

Revision history for this message
Tres Henry (tres) wrote :

Just hasn't been added yet (but should be). Moving into F3.

Changed in horizon:
importance: Undecided → High
status: New → Confirmed
milestone: none → folsom-3
Revision history for this message
Gabriel Hurley (gabriel-hurley) wrote :

For future reference, novaclient allows passing a snapshot ID into the volume create call:

https://github.com/openstack/python-novaclient/blob/master/novaclient/v1_1/volumes.py#L43

Changed in horizon:
assignee: nobody → Tihomir Trifonov (ttrifonov)
Changed in horizon:
status: Confirmed → In Progress
Revision history for this message
Tihomir Trifonov (ttrifonov) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/9818
Committed: http://github.com/openstack/horizon/commit/2392da498ab51f94d0e45db14fd800c1d196b4b7
Submitter: Jenkins
Branch: master

commit 2392da498ab51f94d0e45db14fd800c1d196b4b7
Author: Tihomir Trifonov <email address hidden>
Date: Tue Jul 24 11:15:40 2012 +0300

    Added action for creating a volume from snapshot

    Added a new action to create new volume from
    a volume snapshot. The snapshot_id is passed to
    nova volume API. The 'Create Volume' form is
    reused, with the 'size' value being checked against
    the snapshot size, as it cannot be less than
    the snapshot size.

    Fixes bug 1023740

    PATCH SET 4: Added dropdown to select snapshot source
    in 'Create Volume' form, when loaded from /nova/volumes/
    When a snapshot is selected from the dropdown, the name
    and size are pre-filled in the form (I've removed
    the description copy as it is probably specific
    for the reason a snapshot is being created).

    PATCH SET 6: rebased with master, fixed a bug with
    get_context in nova/volume/views

    Change-Id: I20dd8d698f5d8481938417557e09dcdc9b891e82

Changed in horizon:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in horizon:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in horizon:
milestone: folsom-3 → 2012.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.