Merge "devstack: Drop removed services"

This commit is contained in:
Zuul 2024-04-17 18:39:16 +00:00 committed by Gerrit Code Review
commit 93dd9916c3
3 changed files with 2 additions and 4 deletions

View File

@ -34,11 +34,11 @@ LOG_COLOR=True
# Pre-requisite
ENABLED_SERVICES=key,rabbit,mysql
# Nova
ENABLED_SERVICES+=,n-api,n-obj,n-cpu,n-cond,n-sch
ENABLED_SERVICES+=,n-api,n-cpu,n-cond,n-sch
# Placement service needed for Nova
ENABLED_SERVICES+=,placement-api,placement-client
# Glance
ENABLED_SERVICES+=,g-api,g-reg
ENABLED_SERVICES+=,g-api
# Neutron
ENABLED_SERVICES+=,neutron-api,neutron-agent,neutron-dhcp,neutron-l3
ENABLED_SERVICES+=,neutron-metadata-agent,neutron-qos

View File

@ -43,7 +43,6 @@ enable_service placement-client
# Glance
enable_service g-api
enable_service g-reg
# Neutron
enable_service neutron

View File

@ -56,7 +56,6 @@ enable_service placement-client
# Glance
enable_service g-api
enable_service g-reg
# Neutron
enable_service neutron