php-opencloud / openstack

PHP SDK for OpenStack clouds
Apache License 2.0
221 stars 148 forks source link

Add disassociatePort to FloatingIp #352

Closed nahime0 closed 1 year ago

nahime0 commented 1 year ago

Adds a disassociate method, as there is no way to send null as portId:

  1. The method associatePort does not accept null value
  2. The update method will not send to the api the portId if it has been nulled