From 7bb60f031065403bea2e38da7f535bbc2a1d1cc0 Mon Sep 17 00:00:00 2001 From: Stan Lagun Date: Tue, 28 May 2013 18:40:13 +0400 Subject: [PATCH] typo Change-Id: I2dd19ef2bed3a6e10937077d89711247bd123a69 --- muranodashboard/panel/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muranodashboard/panel/views.py b/muranodashboard/panel/views.py index 02999537f..f4cb22de3 100644 --- a/muranodashboard/panel/views.py +++ b/muranodashboard/panel/views.py @@ -95,7 +95,7 @@ class Wizard(ModalFormMixin, SessionWizardView, generic.FormView): .data.get('1-repository', '') instance_count = 1 if service_type == 'IIS Farm' or service_type == 'ASP.NET Farm': - instance_count = int(data.get('1-instance_count_count', 1)) + instance_count = int(data.get('1-instance_count', 1)) parameters['loadBalancerPort'] = int(data.get('1-lb_port', 80)) for unit in range(instance_count - 1):