Skip to content

Commit 45cc494

Browse files
committed
Remove rgw default zone and realm
We don't test RGW multisite in OpenStack. From squid+ a default realm is not deployed anymore, resulting in RGW deployment failures. This patch removes both default realm and zone from the RGW spec. Signed-off-by: Francesco Pantano <[email protected]>
1 parent a3f4c65 commit 45cc494

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roles/cifmw_cephadm/templates/ceph_rgw.yml.j2

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ networks:
1111
- {{ cifmw_cephadm_rgw_network }}
1212
spec:
1313
rgw_frontend_port: 8082
14-
rgw_realm: default
15-
rgw_zone: default
1614
{% if rgw_frontend_cert is defined %}
1715
ssl: true
1816
rgw_frontend_ssl_certificate: |

0 commit comments

Comments
 (0)