bee4997f4e
This patch extends If75028e17d13ec62fb414fa9797ee7ac02d948d1 with Octavia resources tagging. Change-Id: I0a2f89007994fbd7696b0f487affc1b7b643be74 Implements: blueprint kuryr-resources-tagging
12 lines
580 B
YAML
12 lines
580 B
YAML
---
|
|
features:
|
|
- |
|
|
Added possibility to ensure all OpenStack resources created by Kuryr are
|
|
tagged. In case of Neutron regular ``tags`` field is used. If Octavia
|
|
supports tagging (from Octavia API 2.5, i.e. Stein), ``tags`` field is used
|
|
as well, otherwise tags are put on ``description`` field. All this is
|
|
controlled by ``[neutron_defaults]resource_tags`` config option that can
|
|
hold a list of tags to be put on resources. This feature is useful to
|
|
correctly identify any leftovers in OpenStack after K8s cluster Kuryr was
|
|
serving gets deleted.
|