openbaton / openstack4j-plugin

Apache License 2.0
3 stars 12 forks source link

Fix: Assignment of fixed IP addresses to VMs #65

Closed ThomasBri closed 6 years ago

ThomasBri commented 6 years ago

This functionality was broken in a previous commit. As a result two networks specifying the same thing were added to the ServerCreate object which is used to create the VM. Therefore the VIM driver threw an exception saying that the IP was already in use.