0cf8144e8c
This reverts commit 7e1b8a7261
.
openstacksdk >=0.19.0 fixes the filtering problems leading to all
ports being deleted. However openstacksdk <0.21.0 has problems with
dogpile.cache so use 0.21.0 as a minimum.
Change-Id: Id642d074cbb645ced5342dda4a1c89987c91a8fc
8 lines
312 B
YAML
8 lines
312 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a new routine to the OpenStack driver cleanup resources phase that
|
|
will remove any ports reported to be in the DOWN state. Ports will have
|
|
to be seen as DOWN for at least three minutes before they will be removed.
|
|
The number of ports removed will be reported to statsd.
|