openvcloud / 0-templates

Apache License 2.0
1 stars 5 forks source link

Manage port forwards on vdc level by `node` service name #98

Closed katia-e closed 6 years ago

katia-e commented 6 years ago

Currently port forwards can be added/deleted either by vdc service either by node service. However, vdc service requires machineId as an argument, which is difficult to know. Instead of machineId we need to require node service name and request machineId from the node service itself.