openbaton / openstack4j-plugin

Apache License 2.0
3 stars 12 forks source link

Check to see if the fixedIp of the floating ip is null before comparing it to empty string #68

Closed RuthDevlaeminck closed 6 years ago

RuthDevlaeminck commented 6 years ago

If that field is null it is causing an exception to be thrown and not return the desired data.

This addresses Issue #67