Bug 1041986 - [RFE][horizon]: Add support for swift volume backups
Summary: [RFE][horizon]: Add support for swift volume backups
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-django-horizon
Version: unspecified
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: Upstream M2
: 6.0 (Juno)
Assignee: Matthias Runge
QA Contact: Ido Ovadia
URL: https://blueprints.launchpad.net/hori...
Whiteboard: upstream_milestone_juno-2 upstream_st...
Depends On:
Blocks: 1240103
TreeView+ depends on / blocked
 
Reported: 2013-12-12 20:26 UTC by RHOS Integration
Modified: 2015-07-07 13:46 UTC (History)
11 users (show)

Fixed In Version: python-django-horizon-2014.2-4.el7ost
Doc Type: Enhancement
Doc Text:
Support has been added for Block Storage volume backups in the dashboard. Users can now create, view, delete, and restore volume backups. Note: This functionality is not displayed by default. To display volume-backup action items, update the /etc/openstack-dashboard/local_settings file with: OPENSTACK_CINDER_FEATURES = { 'enable_backup': True, } After updating the file, restart the httpd service with 'systemctl restart httpd'.
Clone Of:
Environment:
Last Closed: 2015-02-09 14:54:04 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2015:0154 0 normal SHIPPED_LIVE python-django-horizon enhancement advisory 2015-02-09 19:52:20 UTC

Description RHOS Integration 2013-12-12 20:26:40 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/horizon/+spec/volume-backups.

Description:

- Add "create backup" row action button on volumes table
- Display table of volume backups
- Add "restore from backup" action

Specification URL (additional information):

None

Comment 3 Ido Ovadia 2014-11-09 15:46:24 UTC
Try to test on python-django-horizon-2014.2-2.el7.centos.noarch
Not sure that was merged
Can you please check and provide more information

Comment 4 Julie Pichon 2014-11-10 14:08:01 UTC
Hi Ido,

It looks like a setting first needs to be enabled. In /etc/openstack-dashboard/local_settings, do you have something like the following:

OPENSTACK_CINDER_FEATURES = {
    'enable_backup': True,
}

If not, you should add it then restart httpd. The option should then be available in the Volumes panel. This step is currently required because there is no API that Horizon can use to determine the availability of this extension at the moment (see https://bugs.launchpad.net/cinder/+bug/1334856 ).

Comment 6 Ido Ovadia 2014-12-21 13:50:44 UTC
Verified
========
python-django-horizon-2014.2.1-3.el7ost.noarch

Comment 8 errata-xmlrpc 2015-02-09 14:54:04 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHEA-2015-0154.html


Note You need to log in before you can comment on or make changes to this bug.