| Summary: | [RFE][horizon]: Add support for swift volume backups | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | RHOS Integration <rhos-integ> |
| Component: | python-django-horizon | Assignee: | Matthias Runge <mrunge> |
| Status: | CLOSED ERRATA | QA Contact: | Ido Ovadia <iovadia> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | aberezin, ajeain, aortega, ddomingo, jpichon, markmc, mrunge, rhos-flags, scohen, slong, yeylon |
| Target Milestone: | Upstream M2 | Keywords: | FutureFeature, Triaged |
| Target Release: | 6.0 (Juno) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://blueprints.launchpad.net/horizon/+spec/volume-backups | ||
| Whiteboard: | upstream_milestone_juno-2 upstream_status_implemented upstream_definition_approved | ||
| 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'.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-09 14:54:04 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1240103 | ||
|
Description
RHOS Integration
2013-12-12 20:26:40 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 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 |