Move instantiation of config into bootstrap.py
authorMichael Hanselmann <hansmi@google.com>
Wed, 1 Oct 2008 09:03:06 +0000 (09:03 +0000)
committerMichael Hanselmann <hansmi@google.com>
Wed, 1 Oct 2008 09:03:06 +0000 (09:03 +0000)
commitb9eeeb0214a5b42634cedbfa1c1bc2dcab5a2bd6
tree44113f8b40e4bd060c5905d1ba99abd65f12b4d6
parent53c04d04e433aea5c7b330e869e31ac3b59d0fdc
Move instantiation of config into bootstrap.py

Future patches will add even more variables to the cluster config.
Adding more parameters wouldn't make the function easier to use and
it doesn't make sense to pass them to another function, as it's
only done once in bootstrap.py on cluster initialization.

Reviewed-by: iustinp
lib/bootstrap.py
lib/config.py
test/ganeti.config_unittest.py