devstack: Drop removed services

glance-registry and nova-objectstore were removed some time ago.

Change-Id: I790bb48291e30a6aa233e082f9e211f18409b3e4
This commit is contained in:
Takashi Kajinami 2024-01-23 12:49:58 +09:00
parent 5750e4512d
commit 1740e335af
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