Revert "Fixes ceph-external docker service name"

This reverts commit b02740533d. The
CephExternal service is managed like CephClient by ceph-ansible,
except for the additional parameter we need to pass to explicitly
list the MONs.

Change-Id: Icb56b4dffb5c5d813239cb5077b1e3a4ae8f21d1
Closes-Bug: #1765788
This commit is contained in:
Giulio Fidente 2018-04-20 18:42:41 +02:00
parent 297aac5c25
commit cea554ee21
2 changed files with 1 additions and 6 deletions

View File

@ -58,7 +58,7 @@ outputs:
role_data:
description: Role data for the Ceph External service.
value:
service_name: ceph_external
service_name: ceph_client
upgrade_tasks: []
puppet_config:
config_image: ''

View File

@ -1,5 +0,0 @@
---
fixes:
- |
Corrects the service_name for the ceph-external service.
See https://bugs.launchpad.net/tripleo/+bug/1761531