From 7b5e23027aff4d3d1d21eee72b7abd1903265d1d Mon Sep 17 00:00:00 2001
From: Jeffrey Zhang <zhang.lei.fly@gmail.com>
Date: Sun, 20 Nov 2016 10:31:32 +0800
Subject: [PATCH] Enable cinder backup tab in horizon

Change-Id: I0a436f60f649dc7c16c59c61f3afa7a88ce7a50d
Closes-Bug: #1643261
---
 ansible/roles/horizon/templates/local_settings.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/horizon/templates/local_settings.j2 b/ansible/roles/horizon/templates/local_settings.j2
index 733e2ab426..1d4a0e43f8 100644
--- a/ansible/roles/horizon/templates/local_settings.j2
+++ b/ansible/roles/horizon/templates/local_settings.j2
@@ -289,7 +289,7 @@ OPENSTACK_HYPERVISOR_FEATURES = {
 # The OPENSTACK_CINDER_FEATURES settings can be used to enable optional
 # services provided by cinder that is not exposed by its extension API.
 OPENSTACK_CINDER_FEATURES = {
-    'enable_backup': False,
+    'enable_backup': True,
 }
 
 # The OPENSTACK_NEUTRON_NETWORK settings can be used to enable optional