bf877c84b3
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
12 lines
298 B
YAML
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.
|