Commit 5cd40117 by Sef Kloninger

Merge pull request #18 from edx/feature/sef/refarch-constraint

don't require 2 caches for dev/test cases
parents 311df324 23589a3d
......@@ -135,9 +135,9 @@
"Default":"2",
"Description":"The number of Cache Nodes the Cache Cluster should have",
"Type":"Number",
"MinValue":"2",
"MinValue":"1",
"MaxValue":"10",
"ConstraintDescription":"must be between 2 and 10."
"ConstraintDescription":"must be between 1 and 10."
},
"DBName":{
"Default":"wwc",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment