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:
parent
fc827e50b2
commit
57ab56477e
@ -34,6 +34,12 @@ Methods:
|
|||||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||||
|
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
Body:
|
||||||
|
- $.influxDB.deploy()
|
||||||
|
- $.super($.deploy())
|
||||||
|
|
||||||
|
|
||||||
getContainer:
|
getContainer:
|
||||||
Body:
|
Body:
|
||||||
- $influxDbLink: $.getConnectionTo($.influxDB, 8086)
|
- $influxDbLink: $.getConnectionTo($.influxDB, 8086)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user