radosgw: remove INST_PORT environment variable

This variable isn't consumed by the container so we can remove it.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 1361e84a4e)
pull/5502/head
Dimitri Savineau 2020-07-02 10:47:45 -04:00 committed by Guillaume Abrioux
parent cdf61540d8
commit 596f3fa161
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@
mode: "0644"
content: |
INST_NAME={{ item.instance_name }}
INST_PORT={{ item.radosgw_frontend_port }}
with_items: "{{ rgw_instances }}"
when:
- containerized_deployment | bool

View File

@ -42,7 +42,6 @@ ExecStart=/usr/bin/{{ container_binary }} run --rm --net=host \
-e CEPH_DAEMON=RGW \
-e CLUSTER={{ cluster }} \
-e RGW_NAME={{ ansible_hostname }}.${INST_NAME} \
-e RGW_CIVETWEB_PORT=${INST_PORT} \
-e CONTAINER_IMAGE={{ ceph_docker_registry }}/{{ ceph_docker_image }}:{{ ceph_docker_image_tag }} \
--name=ceph-rgw-{{ ansible_hostname }}-${INST_NAME} \
{{ ceph_rgw_docker_extra_env }} \