commit | a69dcd5aec81f12314074efaa810c3fe80925d7f | [log] [tgz] |
---|---|---|
author | Federico Ressi <fressi@redhat.com> | Fri Jul 06 09:45:34 2018 +0200 |
committer | Federico Ressi <fressi@redhat.com> | Fri Aug 24 09:00:42 2018 +0200 |
tree | 3e2d6d34110674c3c475af650e05786e3b5875ec | |
parent | d307f5635d4015e7842a4a177f66c76ba4bd818a [diff] |
Create floating IPs with additional parameters. It adds missing parameters to create_floatingip method: - port: is translated to port_id=port['id'] - client: is used to create/delete returned floating IP - **kwargs: are forwarded as they are to client It deletes floating IPs on final cleanup even when created by other client than default one. It implements delete_floatingip method. Change-Id: Ie2421839947f9010e8d2590cde1fd86669092fb9