[openstack-packstack] add missing patch from previous commit

Pádraig Brady pbrady at fedoraproject.org
Tue Mar 25 01:24:48 UTC 2014


commit f1ff55bf78d086fbb015a810888286f8f5845d56
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Mar 25 01:24:35 2014 +0000

    add missing patch from previous commit

 disable-swift.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/disable-swift.patch b/disable-swift.patch
new file mode 100644
index 0000000..823234b
--- /dev/null
+++ b/disable-swift.patch
@@ -0,0 +1,12 @@
+diff -Naur packstack-2014.1.1dev1018.orig/packstack/plugins/prescript_000.py packstack-2014.1.1dev1018/packstack/plugins/prescript_000.py
+--- packstack-2014.1.1dev1018.orig/packstack/plugins/prescript_000.py	2014-03-20 19:22:06.000000000 +0000
++++ packstack-2014.1.1dev1018/packstack/plugins/prescript_000.py	2014-03-25 00:40:15.645894886 +0000
+@@ -120,7 +120,7 @@
+                    "PROMPT"          : "Should Packstack install OpenStack Object Storage (Swift)",
+                    "OPTION_LIST"     : ["y", "n"],
+                    "VALIDATORS"      : [validators.validate_options],
+-                   "DEFAULT_VALUE"   : "y",
++                   "DEFAULT_VALUE"   : "n",
+                    "MASK_INPUT"      : False,
+                    "LOOSE_VALIDATION": False,
+                    "CONF_NAME"       : "CONFIG_SWIFT_INSTALL",


More information about the scm-commits mailing list