Hide Forgot
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
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
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 ).
Verified ======== python-django-horizon-2014.2.1-3.el7ost.noarch
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