Fix Docker GuestBook

Function find() in DockerApplication `initialize` method
returned `null` due to the fact that instance of DockerRedisSlave
class was created with `new()` and this object didn't have owner.
This fix corrects the creation of object

Change-Id: Ib4209cd95edb0209f82dc05e55fe777a212ec9e5
Closes-Bug: #1560441
(cherry picked from commit 9e8d362d04)
This commit is contained in:
Dmytro Dovbii 2016-03-22 15:41:32 +02:00
parent c03755ca64
commit b00d2dfcca
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ Methods:
- $.redisMaster.deploy()
- $.redisSlave: new(
DockerRedisSlave,
$,
name => 'RedisSlave',
host => $this.redisSlaveHost,
publish => false,