commit | 082919c84aae099ff5085e236a3f36a89e2cddf7 | [log] [tgz] |
---|---|---|
author | Roman Popelka <rpopelka@redhat.com> | Thu Mar 17 11:44:31 2022 +0100 |
committer | Roman Popelka <rpopelka@redhat.com> | Thu Mar 17 15:18:48 2022 +0100 |
tree | 553f77a83178eeb11c9cbad78ac9c2c9ab973016 | |
parent | 0bbacde23b664d1652bd972d51003f57bdd38c57 [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. Ironic 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: I963fe7478c0f3a46c1daa44c4eeff69714cf3ba0