Add missed call of method deploy()

Call of method 'deploy' for influxdb was missed.
So, it caused to error.

Change-Id: Iee4b19e2c688a363ed8d4d6791856f413fa3e1a1
Closes-Bug: #1442223
This commit is contained in:
Dmytro Dovbii 2015-04-14 12:46:46 +03:00 committed by Serg Melikyan
parent fc827e50b2
commit 57ab56477e
1 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,12 @@ Methods:
- $._scope: switch($.publish, $ => public, not $ => internal)
deploy:
Body:
- $.influxDB.deploy()
- $.super($.deploy())
getContainer:
Body:
- $influxDbLink: $.getConnectionTo($.influxDB, 8086)