openbaton / openstack4j-plugin

Apache License 2.0
3 stars 12 forks source link

Assign floating IPs to the correct fixed IP #51

Closed RuthDevlaeminck closed 6 years ago

RuthDevlaeminck commented 6 years ago

When there are multiple connections to the same network code will currently attempt to assign a floating ip to all of the fixed ip's on that network. Instead of assigning networks to a server pre-create the ports and then assign the ports to the server. This also allows for assigning the correct floating ip to the correct fixed ip.

RuthDevlaeminck commented 6 years ago

Code merged with issue-51 branch merge