Fixed MRN-512: AD service with 'noname' name

Change-Id: I2206e41f5a893ffbf8bec3810dcbeb8e1ec8335e
This commit is contained in:
Timur Nurlygayanov 2013-06-17 18:14:07 -04:00
parent f7d275ad3b
commit 3f93a4011a
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class Wizard(ModalFormMixin, SessionWizardView):
if service_type == 'Active Directory':
parameters['configuration'] = 'standalone'
parameters['name'] = str(step1_data.get('1-dc_name', 'noname'))
parameters['name'] = str(step1_data.get('dc_name', 'noname'))
parameters['domain'] = parameters['name'] # Fix Me in orchestrator
parameters['adminPassword'] = \
str(step1_data.get('adm_password', ''))