Skip to content
Snippets Groups Projects
Commit a1409994 authored by Will Szumski's avatar Will Szumski
Browse files

Respect comments about inspector_keep_ports

The previous behaviour did not match the comments.

Change-Id: Ifc7bb3e34a0d8aaa6a6c2dc534f3b9603b1a76ab
parent 6e404d1f
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,7 @@ add_ports = {{ kolla_inspector_add_ports }}
{% endif %}
{% if kolla_inspector_keep_ports %}
# Keep only those ports that were found during inspection.
keep_ports = present
keep_ports = {{ kolla_inspector_keep_ports }}
{% endif %}
# Store logs returned by the inspection ramdisk.
......
---
upgrade:
- |
If you have customized ``inspector_keep_ports``, ensure it is set to one of:
``all``, ``present``, ``added``.
fixes:
- |
``inspector_keep_ports`` can be set to one of: ``all``, ``present``,
``added``. The previous behavior was to set this to ``present`` if the
variable was changed to any non-None value. This respects the behavior
indicated in the comments.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment