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:
parent
f5d836da88
commit
b02740533d
@ -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: ''
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Corrects the service_name for the ceph-external service.
|
||||
See https://bugs.launchpad.net/tripleo/+bug/1761531
|
Loading…
Reference in New Issue
Block a user