Enable Ceph RGW public port into firewall when using SSL

Adds CephRgwPublic endpoint port to firewall rule because it does
not match the CephRgwInternal endpoint port when using SSL

Change-Id: Ia08b3d9b0fc96511e5a9202fa5e5a09487263e5b
Closes-Bug: 1942198
This commit is contained in:
Giulio Fidente 2021-08-31 13:24:11 +02:00
parent ec8e5b5399
commit c69733bb65
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ outputs:
dport:
list_concat:
- - {get_param: [EndpointMap, CephRgwInternal, port]}
- {get_param: [EndpointMap, CephRgwPublic, port]}
- if:
- {get_param: CephEnableDashboard}
- - '9100'