Fix distro support option for Octavia
Distro instalaltion has been broken for a while and CI disabled for it. With this commit we're fixing path and returning back CI testing of it. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/837845 Change-Id: Ia715e0506e45ead6ed8ecffac3fbd70e9849da13
This commit is contained in:
parent
4ba4409e46
commit
ebac6ccb5e
@ -31,5 +31,5 @@ octavia_service_distro_packages:
|
||||
- octavia-health-manager
|
||||
- octavia-housekeeping
|
||||
- octavia-worker
|
||||
- python-pymysql
|
||||
- python-systemd
|
||||
- python3-pymysql
|
||||
- python3-systemd
|
||||
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
|
||||
octavia_package_list: "{{ octavia_distro_packages + octavia_service_distro_packages + octavia_distro_openstack_clients_packages }}"
|
||||
octavia_package_list: "{{ octavia_distro_packages + octavia_service_distro_packages }}"
|
||||
_octavia_bin: "/usr/bin"
|
||||
|
@ -29,12 +29,3 @@ octavia_service_distro_packages:
|
||||
- openstack-octavia-housekeeping
|
||||
- openstack-octavia-worker
|
||||
- python3-systemd
|
||||
|
||||
octavia_distro_openstack_clients_packages:
|
||||
- python-shade
|
||||
- python-keystoneclient
|
||||
- python-neutronclient
|
||||
- python-novaclient
|
||||
- python-cinderclient
|
||||
- python-octaviaclient
|
||||
- python-openstackclient
|
||||
|
Loading…
Reference in New Issue
Block a user