SUSE: Add support for openSUSE Leap 15
This also removes python-keystonemiddleware from the distro packages since anything that needs it should pull it as a dependency. Depends-On: https://review.openstack.org/604473 Change-Id: I24b1afd41618bf5c090bc28a5514fd67d940824c
This commit is contained in:
parent
1b42f8dce7
commit
29f7c0624a
@ -29,9 +29,7 @@ galaxy_info:
|
||||
- 7
|
||||
- name: opensuse
|
||||
versions:
|
||||
- 42.1
|
||||
- 42.2
|
||||
- 42.3
|
||||
- all
|
||||
categories:
|
||||
- cloud
|
||||
- python
|
||||
|
@ -59,7 +59,6 @@ neutron_devel_distro_packages:
|
||||
|
||||
neutron_service_distro_packages:
|
||||
- python-cliff
|
||||
- python-keystonemiddleware
|
||||
- openstack-neutron
|
||||
- openstack-neutron-ml2
|
||||
- openstack-neutron-macvtap-agent
|
||||
|
@ -75,7 +75,6 @@ neutron_devel_distro_packages:
|
||||
|
||||
neutron_service_distro_packages:
|
||||
- python-cliff
|
||||
- python-keystonemiddleware
|
||||
- openstack-neutron
|
||||
- openstack-neutron-dhcp-agent
|
||||
- openstack-neutron-l3-agent
|
||||
|
@ -72,7 +72,6 @@ neutron_devel_distro_packages:
|
||||
|
||||
neutron_service_distro_packages:
|
||||
- python-cliff
|
||||
- python-keystonemiddleware
|
||||
- neutron-server
|
||||
- neutron-dhcp-agent
|
||||
- neutron-l2gateway-agent
|
||||
|
@ -38,6 +38,7 @@
|
||||
- openstack-ansible-functional-distro_install-centos-7:
|
||||
voting: false
|
||||
- openstack-ansible-functional-distro_install-opensuse-423
|
||||
- openstack-ansible-functional-distro_install-opensuse-150
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-ovs-ubuntu-xenial
|
||||
@ -48,3 +49,4 @@
|
||||
- openstack-ansible-odl-sfc-ubuntu-xenial
|
||||
- openstack-ansible-functional-distro_install-ubuntu-xenial
|
||||
- openstack-ansible-functional-distro_install-opensuse-423
|
||||
- openstack-ansible-functional-distro_install-opensuse-150
|
||||
|
Loading…
Reference in New Issue
Block a user