From 38dd04b7594cac6980e5e02dfa1f5003c3d5078f Mon Sep 17 00:00:00 2001 From: Edison Su Date: Wed, 2 May 2012 22:38:38 -0700 Subject: [PATCH] quick fix to demo --- tools/testClient/configGenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testClient/configGenerator.py b/tools/testClient/configGenerator.py index ba639ff9882..a5bf0ea0cda 100644 --- a/tools/testClient/configGenerator.py +++ b/tools/testClient/configGenerator.py @@ -392,5 +392,5 @@ if __name__ == "__main__": parser.add_option("-o", "--output", action="store", default="./datacenterCfg", dest="output", help="the path where the json config file generated, by default is ./datacenterCfg") (options, args) = parser.parse_args() - config = describe_setup_in_basic_mode() + config = describe_setup_in_advanced_mode() generate_setup_config(config, options.output)