Merge "Do not write octavia_amp_ssh_key if auto_config disabled"
This commit is contained in:
commit
8815deda19
@ -110,7 +110,9 @@
|
|||||||
group: "{{ config_owner_group }}"
|
group: "{{ config_owner_group }}"
|
||||||
mode: "0400"
|
mode: "0400"
|
||||||
become: True
|
become: True
|
||||||
when: inventory_hostname in groups[octavia_services['octavia-worker']['group']]
|
when:
|
||||||
|
- inventory_hostname in groups[octavia_services['octavia-worker']['group']]
|
||||||
|
- octavia_auto_configure | bool
|
||||||
|
|
||||||
- name: Copying certificate files for octavia-worker
|
- name: Copying certificate files for octavia-worker
|
||||||
vars:
|
vars:
|
||||||
|
6
releasenotes/notes/bug-1927727-4437103de59e85e5.yaml
Normal file
6
releasenotes/notes/bug-1927727-4437103de59e85e5.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes an issue with Octavia SSH key copying if user disabled Octavia
|
||||||
|
auto configuration.
|
||||||
|
`LP##1927727 <https://bugs.launchpad.net/kolla-ansible/+bug/1927727>`__
|
Loading…
Reference in New Issue
Block a user