You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
709 allow selection of pre existing floating ip (#711)
* fixed gres and included installation of NVIDIA drivers
* Fixed gres, zabbix repository and logging
Untested. Includes installation for nvidia
* removed pausing line
* support new rest schema
* updated gres and volume documentation
* allow selection of floating ip by id
now a specific floating ip can be assigned to master or vpn by setting the floatingIpId key in the configuration.
#709
* prevent preexisting fip deletion
now floating ips are no longer released on clouds where they are defined as pre-existing
#709
* check floating ip existence
added _check_floating_ip to verify the existence of the floating ip
#705
* update provider tests
updated provider tests to cover new api openstack api calls that had not been used in the past
#709
* fixed tests
some tests failed due to unexpected new parameters from the new floating_ip check on terminate
#709
* fix remaining floating ip
apparently when you create a floating ip attached to a server and delete that server quickly, the floating ip remains.
#709
* fix terminate for REST
REST's terminate did not pass the floating ip list. Now it is passed as well.
#709
* pleases linter
#709
* adds documentation for floatingIpId
#709
---------
Co-authored-by: Jan Krüger <jkrue@users.noreply.github.com>
0 commit comments