Show how to enable more OpenStack services in devstack

Change-Id: Ib6c577cca038dc50836264bd17c83ed8cd0acfb8
This commit is contained in:
Dobroslaw Zybort 2018-07-03 14:17:49 +02:00 committed by Witold Bedyk
parent 3fac289159
commit fa3b160b84
1 changed files with 11 additions and 0 deletions

11
devstack/Vagrantfile vendored
View File

@ -81,6 +81,17 @@ LOG_COLOR=False
disable_all_services
enable_service zookeeper rabbit mysql key tempest horizon
# Enable more OpenStack services if neccessary:
# https://github.com/openstack-dev/devstack/blob/master/stackrc#L56-L81
# Nova - services to support libvirt based openstack clouds
# enable_service n-api n-cpu n-cond n-sch n-novnc n-cauth n-api-meta
# Placement and Glance services needed for Nova
# enable_service placement-api placement-client
# enable_service g-api g-reg
# Cinder, Neutron
# enable_service cinder c-api c-vol c-sch c-bak
# enable_service neutron q-svc q-agt q-dhcp q-meta q-l3
# The following two variables allow switching between Java and Python for the implementations
# of the Monasca API and the Monasca Persister. If these variables are not set, then the
# default is to install the Python implementations of both the Monasca API and the Monasca Persister.