Default recovery password removed for ActiveDirectory app

Recovery password were not initialized properly and default value 
was always used

Change-Id: I63b5545642e10727b7d29670e24a717d385eede6
Closes-bug: #1499456
This commit is contained in:
Alexey Khivin 2015-09-24 20:35:59 +03:00 committed by Alexey Khivin
parent 24d0166c74
commit 90238518e1
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,6 @@ Properties:
recoveryPassword:
Contract: $.string().notNull()
Default: P@ssw0rd
Methods:
deploy:

View File

@ -4,6 +4,7 @@ Templates:
primaryController:
?:
type: io.murano.apps.activeDirectory.PrimaryController
recoveryPassword: $.appConfiguration.recoveryPassword
host:
?:
type: io.murano.apps.activeDirectory.Host
@ -22,6 +23,7 @@ Templates:
secondaryController:
?:
type: io.murano.apps.activeDirectory.SecondaryController
recoveryPassword: $.appConfiguration.recoveryPassword
host:
?:
type: io.murano.apps.activeDirectory.Host