openbaton / openstack4j-plugin

Apache License 2.0
3 stars 12 forks source link

Floating IP pool is random #9

Closed RuthDevlaeminck closed 6 years ago

RuthDevlaeminck commented 7 years ago

When assigning a floating IP to a new VM need to make sure that the floating IP is from the floating IP pool associated with the specified network. Also when allocating additional floating IP's be sure to allocate them from the correct pool instead of just using the first pool in the list.

RuthDevlaeminck commented 6 years ago

Changes to support allowing choice of pool in config file caused this issue to re-appear. @lorenzotomasini per our conversation