tuskar-ui/horizon/utils
Tihomir Trifonov 2392da498a 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
2012-07-24 13:06:17 +03:00
..
__init__.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
fields.py Added action for creating a volume from snapshot 2012-07-24 13:06:17 +03:00
filters.py Added a new attribute - display_choices 2012-05-16 12:30:09 +03:00
html.py Dropdown arrow button inherits the same style as main button. 2012-03-27 15:33:22 -07:00
memoized.py Quota usage infographics now update dynamically when flavor or instance 2012-04-24 10:52:57 -07:00
secret_key.py Provide utilities to automate secure secret key generation 2012-07-03 10:18:56 +02:00
validators.py Implementation of blueprint ip-validation 2012-05-11 00:23:44 +03:00