Merge "Fixes ceph-external docker service name" into stable/queens

This commit is contained in:
Zuul 2018-04-10 06:10:44 +00:00 committed by Gerrit Code Review
commit b937f3589f
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