ActiveDirectory reports wrong controllers count deployed

Change-Id: I4f1c08a559a7c60bc38e101bd553afb331bf6884
Closes-bug: #1486572
This commit is contained in:
Alexey Khivin 2015-08-19 16:40:42 +03:00
parent 44a19d3093
commit c5ff3a4251
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Methods:
- $.setAttr(domainDeployed, true)
- $._environment.reporter.report($this, 'MS Active Directory is deployed')
- $.reportDeployed(title => 'MS Active Directory',
unitCount => len(secondaryControllers) + 1)
unitCount => len($.secondaryControllers) + 1)
- $.setAttr(domainDeployed, false)
destroy: