Merge "Add ironic-inspector TLS endpoint port to be reachable"

This commit is contained in:
Zuul 2022-01-13 17:05:36 +00:00 committed by Gerrit Code Review
commit 195d0b4715
2 changed files with 6 additions and 0 deletions

View File

@ -234,6 +234,7 @@ outputs:
'137 ironic-inspector':
dport:
- 5050
- 13050
'137 ironic-inspector dhcp input':
iniface: {get_param: IronicInspectorInterface}
ipversion: 'ipv4'

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Adds the port used for directly accessing Ironic-Inspector using TLS,
13050, to the list of ports to permit inbound connections on.