Merge "Fix bug preventing clusters to be created"

This commit is contained in:
Jenkins 2015-09-15 21:09:37 +00:00 committed by Gerrit Code Review
commit 16e0d7c1c3
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class ConfigureCluster(whelpers.StatusFormatMixin, workflows.Workflow):
description=context["general_description"],
node_groups=node_groups,
user_keypair_id=user_keypair,
cluster_count=context['cluster_count'],
count=context['general_cluster_count'],
net_id=context.get("general_neutron_management_network", None))
return True
except api_base.APIException as e: