From 3791bf36c4ed85d4881f48c8f2c62745a880c030 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 19 Jun 2019 15:55:08 +0200 Subject: [PATCH] Fix Ceph RGW listener port configuration From the Ceph Nautilus release beast is the preferred listener for RGW. Closes-Bug: 1833426 Change-Id: Iac95e4eff314db7aa3c17c10315359bb5abadb80 --- deployment/ceph-ansible/ceph-rgw.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/ceph-ansible/ceph-rgw.yaml b/deployment/ceph-ansible/ceph-rgw.yaml index fec77fd85c..9857796859 100644 --- a/deployment/ceph-ansible/ceph-rgw.yaml +++ b/deployment/ceph-ansible/ceph-rgw.yaml @@ -62,7 +62,7 @@ resources: list_join: - ',' - get_param: [ServiceData, net_cidr_map, {get_param: [ServiceNetMap, CephRgwNetwork]}] - radosgw_civetweb_port: {get_param: [EndpointMap, CephRgwInternal, port]} + radosgw_frontend_port: {get_param: [EndpointMap, CephRgwInternal, port]} outputs: role_data: