commit | ee3009ecb0d8e898f140e9cb4303ddc1eae85e0d | [log] [tgz] |
---|---|---|
author | Roman Popelka <rpopelka@redhat.com> | Mon Mar 21 10:38:49 2022 +0100 |
committer | Roman Popelka <rpopelka@redhat.com> | Fri Apr 01 09:24:00 2022 +0000 |
tree | 22a913d51ac3d319ccac35688afc872d1f94fffa | |
parent | a505b60961aad2e2a6ced5153bb53747bac05ac6 [diff] |
Remove create_floating_ip & get_server_ip methods As tempest.scenario.manager was announced stable interface in Tempest 27.0.0[1] it can be now reused in plugins. Barbican tempest plugin still uses nova-network old interface for floating ip related methods, this patch removes them and use tempests's ones which already use neutron's interface.[2] Replaced methods: * create_floating_ip * get_server_ip Etherpad concerning this effort: https://etherpad.opendev.org/p/tempest-scenario-manager-cleanup [1] https://docs.openstack.org/releasenotes/tempest/v27.0.0.html#release-notes-27-0-0 [2] https://opendev.org/openstack/tempest/commit/6428139de18291c916852ae48130fb8a7b4db318 Change-Id: I2f6b61d868f9fc68cf000627a5a905083af6ace7