commit | afaeefd183bd79a7f8dbfd6bd38de4ff82f0a4fb | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Tue Oct 30 09:09:11 2012 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Oct 30 09:09:11 2012 +0000 |
tree | f35cf70216256d1ade108f2aece3b7452c59d03a | |
parent | 9d10103888070847b0842d2fe6d1427de72690be [diff] | |
parent | e747efb3f6420f16028c3ed2a3ed731c77ab3f33 [diff] |
Merge "Fix the typo of Q_USE_ROOTWRAP expression."
diff --git a/stack.sh b/stack.sh index 7272ec0..29e4953 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}