commit | e747efb3f6420f16028c3ed2a3ed731c77ab3f33 | [log] [tgz] |
---|---|---|
author | zhang-hare <zhuadl@cn.ibm.com> | Fri Oct 26 15:32:48 2012 +0800 |
committer | zhang-hare <zhuadl@cn.ibm.com> | Fri Oct 26 15:37:14 2012 +0800 |
tree | 4e1db52deaef4537ed92395818d2d45ae9ff5be9 | |
parent | 1fcc6a1fc9e58cda0501c2bc99d9cc996ce8681a [diff] [blame] |
Fix the typo of Q_USE_ROOTWRAP expression. Fixes bug 1071636 Change-Id: If384d1d9205300e11722e5280107b773368825ba
diff --git a/stack.sh b/stack.sh index e58c439..80860ab 100755 --- a/stack.sh +++ b/stack.sh
@@ -338,7 +338,7 @@ Q_AUTH_STRATEGY=${Q_AUTH_STRATEGY:-keystone} # Use namespace or not Q_USE_NAMESPACE=${Q_USE_NAMESPACE:-True} -Q_USE_ROOTWRAP=${Q_USE_ROOTWRAP=:-True} +Q_USE_ROOTWRAP=${Q_USE_ROOTWRAP:-True} # Meta data IP Q_META_DATA_IP=${Q_META_DATA_IP:-$HOST_IP}