Skip to content

Commit 10d4a09

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "cyborg: add missing become for api-paste.ini" into stable/wallaby
2 parents 197ffbd + 5327104 commit 10d4a09

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ansible/roles/cyborg/tasks/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
- "{{ node_custom_config }}/cyborg/cyborg-api-paste.ini"
9292
dest: "{{ node_config_directory }}/cyborg-api/api-paste.ini"
9393
mode: "0660"
94+
become: true
9495
when:
9596
- inventory_hostname in groups['cyborg-api']
9697
- service.enabled | bool
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue with Cyborg deployment. `LP#1937911
5+
<https://bugs.launchpad.net/kolla-ansible/+bug/1937911>`__

0 commit comments

Comments
 (0)