Merge "Use parameter_defaults everywhere"

This commit is contained in:
Jenkins 2015-09-24 09:19:32 +00:00 committed by Gerrit Code Review
commit 0ae6ca78d9

View File

@ -272,7 +272,7 @@ def create_environment_file(path="~/overcloud-env.json",
env_path = os.path.expanduser(path)
with open(env_path, 'w+') as f:
f.write(json.dumps({
"parameters": {
"parameter_defaults": {
"ControllerCount": control_scale,
"ComputeCount": compute_scale,
"CephStorageCount": ceph_storage_scale,