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
This commit is contained in:
parent
b045ba329a
commit
941e67e9c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user