Disable memory_tacker service

To workaround bug affecting memory_tacker when using Python 3
the service is being disabled.

Closes-Bug: #1860753
Change-Id: I8a3e2bcae30b44605d539da841fd036833329bcf
This commit is contained in:
Federico Ressi 2020-01-27 10:24:42 +01:00
parent e85a567213
commit 8e72be4dbc
1 changed files with 4 additions and 1 deletions

View File

@ -35,6 +35,8 @@
# devstack would consider that neutron-legacy isn't used and would not load proper
# files
q-dns: true
# see bug #1860753 (https://bugs.launchpad.net/devstack/+bug/1860753)
memory_tracker: false
neutron-qos: true
neutron-segments: true
neutron-trunk: true
@ -189,7 +191,8 @@
placement-client: true
n-cpu: true
neutron-agent: true
memory_tracker: true
# see bug #1860753 (https://bugs.launchpad.net/devstack/+bug/1860753)
memory_tracker: false
q-agt: true
q-l3: true
q-meta: true