[python-django-horizon: 1/2] Fix syntax error in config

Matthias Runge mrunge at fedoraproject.org
Fri Mar 8 12:53:19 UTC 2013


commit 654ef51e1c4b1653670b41b8016f397167512b8d
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri Mar 8 13:49:45 2013 +0100

    Fix syntax error in config

 ...-set-mount-point-as-it-s-unsupported-here.patch |   11 ++++++-----
 python-django-horizon.spec                         |    5 ++++-
 2 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/0004-disable-to-set-mount-point-as-it-s-unsupported-here.patch b/0004-disable-to-set-mount-point-as-it-s-unsupported-here.patch
index c0106d0..dcfd5bd 100644
--- a/0004-disable-to-set-mount-point-as-it-s-unsupported-here.patch
+++ b/0004-disable-to-set-mount-point-as-it-s-unsupported-here.patch
@@ -1,14 +1,14 @@
-From d691a94942328f6924077f985f4290f93a9a7bb6 Mon Sep 17 00:00:00 2001
+From 90fd1289748f4118d4052766a0a50bc8ccbfec31 Mon Sep 17 00:00:00 2001
 From: Matthias Runge <mrunge at redhat.com>
 Date: Thu, 17 Jan 2013 10:06:25 +0100
 Subject: [PATCH] disable to set mount point, as it's unsupported here
 
 ---
- openstack_dashboard/local/local_settings.py.example | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
+ openstack_dashboard/local/local_settings.py.example | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
 
 diff --git a/openstack_dashboard/local/local_settings.py.example b/openstack_dashboard/local/local_settings.py.example
-index 6ee1988..268d65d 100644
+index 6ee1988..15461fd 100644
 --- a/openstack_dashboard/local/local_settings.py.example
 +++ b/openstack_dashboard/local/local_settings.py.example
 @@ -97,11 +97,10 @@ OPENSTACK_KEYSTONE_BACKEND = {
@@ -19,7 +19,8 @@ index 6ee1988..268d65d 100644
 -
      # NOTE: as of Grizzly this is not yet supported in Nova so enabling this
      # setting will not do anything useful
-     'can_encrypt_volumes': False
+-    'can_encrypt_volumes': False
++    'can_encrypt_volumes': False,
 +    'can_set_mount_point': False
  }
  
diff --git a/python-django-horizon.spec b/python-django-horizon.spec
index ccf8ab4..3089a5f 100644
--- a/python-django-horizon.spec
+++ b/python-django-horizon.spec
@@ -1,6 +1,6 @@
 Name:       python-django-horizon
 Version:    2013.1
-Release:    0.5.g3%{?dist}
+Release:    0.6.g3%{?dist}
 Summary:    Django application for talking to Openstack
 
 Group:      Development/Libraries
@@ -252,6 +252,9 @@ cd %{buildroot}%{_datadir}/openstack-dashboard
 %doc html 
 
 %changelog
+* Fri Mar 08 2013 Matthias Runge <mrunge at redhat.com> - 2013.1-0.6.g3
+- fix syntax error in config
+
 * Wed Feb 27 2013 Matthias Runge <mrunge at redhat.com> - 2013.1-0.5.g3
 - update to grizzly-3
 


More information about the scm-commits mailing list