Skip to content
Snippets Groups Projects
Commit 54e543ac authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "octavia: drop warning about certificate changes"

parents 211c34b4 bede2a85
No related branches found
No related tags found
No related merge requests found
...@@ -35,14 +35,6 @@ ...@@ -35,14 +35,6 @@
- container_facts['octavia_health_manager'] is not defined - container_facts['octavia_health_manager'] is not defined
- inventory_hostname in groups['octavia-health-manager'] - inventory_hostname in groups['octavia-health-manager']
- name: Warn about certificate changes
debug:
msg: >-
Octavia's certificate configuration has been changed since Train. The new
configuration requires 4 PEM files. Please check certificate configuration
guide at https://docs.openstack.org/octavia/latest/admin/guides/certificates.html
when: "'amphora' in octavia_provider_drivers"
- name: Checking certificate files exist for octavia - name: Checking certificate files exist for octavia
stat: stat:
path: "{{ node_custom_config }}/octavia/{{ item }}" path: "{{ node_custom_config }}/octavia/{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment