neutron-tempest-plugin/releasenotes/notes/mark-methods-removals-f8b230171c045a3e.yaml
Federico Ressi bf877c84b3 Deprecate BaseTempestTestCase.create_and_associate_floatingip method
Add new 'debtcollector' dependency with the purpose of deprecating methods
that are going to be removed.

Mark BaseTempestTestCase.create_and_associate_floatingip for removal.

Replace create_and_associate_floatingip with create_floatingip in
BaseTempestTestCase class.

Change-Id: I5c5fd143a5cb4e138c46d13445f8225444bd2f58
2018-08-24 09:00:42 +02:00

12 lines
298 B
YAML

---
features:
- |
Add new 'debtcollector' dependency with the purpose of deprecating methods
that are going to be removed.
deprecations:
- |
Deprecate method BaseTempestTestCase.create_and_associate_floatingip after
replacing it with method BaseNetworkTest.create_floatingip.