Fix class FQNs for Active Directory in Dynamic UI
Change-Id: I54889acfedb1ac0d47e8395bb7c871c632b6e79e
This commit is contained in:
parent
4feae463f9
commit
a601d57adc
@ -3,7 +3,7 @@ Version: 2
|
|||||||
Templates:
|
Templates:
|
||||||
primaryController:
|
primaryController:
|
||||||
?:
|
?:
|
||||||
type: io.murano.services.windows.activeDirectory.PrimaryController
|
type: io.murano.windows.activeDirectory.PrimaryController
|
||||||
host:
|
host:
|
||||||
?:
|
?:
|
||||||
type: io.murano.services.windows.Host
|
type: io.murano.services.windows.Host
|
||||||
@ -14,7 +14,7 @@ Templates:
|
|||||||
|
|
||||||
secondaryController:
|
secondaryController:
|
||||||
?:
|
?:
|
||||||
type: io.murano.services.windows.activeDirectory.SecondaryController
|
type: io.murano.windows.activeDirectory.SecondaryController
|
||||||
host:
|
host:
|
||||||
?:
|
?:
|
||||||
type: io.murano.services.windows.Host
|
type: io.murano.services.windows.Host
|
||||||
@ -25,7 +25,7 @@ Templates:
|
|||||||
|
|
||||||
Application:
|
Application:
|
||||||
?:
|
?:
|
||||||
type: io.murano.services.windows.activeDirectory.ActiveDirectory
|
type: io.murano.windows.activeDirectory.ActiveDirectory
|
||||||
name: $.serviceConfiguration.name
|
name: $.serviceConfiguration.name
|
||||||
primaryController: $primaryController
|
primaryController: $primaryController
|
||||||
secondaryControllers: repeat($secondaryController, $.serviceConfiguration.dcInstances - 1)
|
secondaryControllers: repeat($secondaryController, $.serviceConfiguration.dcInstances - 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user