Skip to content

Commit

Permalink
Removed not needed mountpoint and removed ubuntu section
Browse files Browse the repository at this point in the history
Referring to BZ#1683290, as dsavineau suggests, being this
bug tripleO specific, removed the ubuntu section and removed
useless mountpoints.

Signed-off-by: fpantano <fpantano@redhat.com>
  • Loading branch information
fmount authored and mergify[bot] committed Feb 28, 2019
1 parent 0c19442 commit 21fad7c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions roles/ceph-rgw/templates/ceph-radosgw.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ ExecStart=/usr/bin/{{ container_binary }} run --rm --net=host \
-v /var/run/ceph:/var/run/ceph:z \
-v /etc/localtime:/etc/localtime:ro \
{% if ansible_distribution == 'RedHat' -%}
-v /etc/pki/ca-trust/extracted:/etc/pki/ca-trust/extracted:ro \
-v /etc/pki/ca-trust/source/anchors:/etc/pki/ca-trust/source/anchors:ro \
{% elif ansible_distribution == 'Ubuntu' -%}
-v /etc/ssl/certs:/etc/ssl/certs:ro \
-v /etc/pki/ca-trust/extracted:/etc/pki/ca-trust/extracted:z \
{% endif -%}
-e CEPH_DAEMON=RGW \
-e CLUSTER={{ cluster }} \
Expand Down

0 comments on commit 21fad7c

Please sign in to comment.