We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d8bd03 + 326e15d commit 999955dCopy full SHA for 999955d
ansible/roles/octavia/tasks/config.yml
@@ -90,7 +90,9 @@
90
group: "{{ config_owner_group }}"
91
mode: "0400"
92
become: True
93
- when: inventory_hostname in groups[octavia_services['octavia-worker']['group']]
+ when:
94
+ - inventory_hostname in groups[octavia_services['octavia-worker']['group']]
95
+ - octavia_auto_configure | bool
96
97
- name: Copying certificate files for octavia-worker
98
vars:
releasenotes/notes/bug-1927727-4437103de59e85e5.yaml
@@ -0,0 +1,6 @@
1
+---
2
+fixes:
3
+ - |
4
+ Fixes an issue with Octavia SSH key copying if user disabled Octavia
5
+ auto configuration.
6
+ `LP##1927727 <https://bugs.launchpad.net/kolla-ansible/+bug/1927727>`__
0 commit comments