From c3e618cc7e0ceae75229e7fda28be2582c3d99f8 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Wed, 3 Dec 2008 11:12:16 +0000 Subject: [PATCH] Add the MASTER_POOL_SIZE_DEFAULT constant This constant will be used at cluster init time. Reviewed-by: imsnah --- lib/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/constants.py b/lib/constants.py index 045209a73..05bc01acd 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -436,3 +436,5 @@ BEC_DEFAULTS = { BE_VCPUS: 1, BE_AUTO_BALANCE: True, } + +MASTER_POOL_SIZE_DEFAULT = 10 -- GitLab