This commit is contained in:
parent
552f2653d2
commit
d9a83f9a39
@ -36,7 +36,7 @@ class Controller(object):
|
||||
for unit in webServer['units']:
|
||||
unit_count += 1
|
||||
unit['id'] = uuidutils.generate_uuid()
|
||||
unit['name'] = 'iis{0}'.format(unit_count)
|
||||
unit['name'] = webServer['name'] + '_instance_' + str(unit_count)
|
||||
|
||||
draft = prepare_draft(draft)
|
||||
draft['services']['webServers'].append(webServer)
|
||||
|
Loading…
x
Reference in New Issue
Block a user