Cleanup debian neutron service distro package list

The debian packages for individual neutron services provide service
configs which automatically start after install, leading to all neutron
services running on each compute host. Instead only install the
python3-neutron library package and rely on the service files OSA manages.

Change-Id: I7afcb677898f82723c15172582672acfaf1664d8
(cherry picked from commit 941e67e9c9aa2f0dd1f2449a28089df2e164413d)
This commit is contained in:
Jimmy McCrory 2019-06-03 17:07:13 -07:00
parent cb63d273ca
commit 7de39eda33

View File

@ -65,15 +65,9 @@ neutron_devel_distro_packages:
- python-httplib2
neutron_service_distro_packages:
- neutron-server
- neutron-dhcp-agent
- neutron-l2gateway-agent
- neutron-l3-agent
- neutron-macvtap-agent
- neutron-metadata-agent
- neutron-metering-agent
- python3-memcache
- python3-neutron
- neutron-plugin-ml2
- python-memcache
neutron_optional_ovs_distro_packages:
- neutron-openvswitch-agent