Fixes ceph-external docker service name

Name was defined as ceph_client instead of ceph_external.

Closes-Bug: 1761531

Change-Id: I5fd84bbdbb175d81e247664929f728fa1c5b4bdb
Signed-off-by: Tim Rozet <trozet@redhat.com>
This commit is contained in:
Tim Rozet 2018-04-05 11:47:11 -04:00
parent f5d836da88
commit b02740533d
2 changed files with 6 additions and 1 deletions

View File

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

View File

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