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)
|
||||
|
||||
|
||||
deploy:
|
||||
Body:
|
||||
- $.influxDB.deploy()
|
||||
- $.super($.deploy())
|
||||
|
||||
|
||||
getContainer:
|
||||
Body:
|
||||
- $influxDbLink: $.getConnectionTo($.influxDB, 8086)
|
||||
|
Loading…
Reference in New Issue
Block a user