There is a NumInstancesFilter which can be used to filter the number of instances that are supposed to be launched on the host this replaces the work that is planned for max_instances config parameter to perform. It is removed as the main functionality of this parameter is not yet implemented in the code. Change-Id: Ie545a5f74f7b63ea56812577c201fcb443014998
20 lines
450 B
Plaintext
20 lines
450 B
Plaintext
# Devstack settings
|
|
# These defaults can be overridden in the localrc section of the local.conf file
|
|
|
|
# Add nova-dpm to enabled services
|
|
enable_service nova-dpm
|
|
|
|
# NovaLink install/upgrade settings
|
|
INSTALL_ZHMCCLIENT=$(trueorfalse False INSTALL_ZHMCCLIENT)
|
|
|
|
# Nova settings
|
|
DPM_DRIVER=dpm.driver.DPMDriver
|
|
|
|
# dpm settings
|
|
HMC=$HMC
|
|
HMC_USERNAME=$HMC_USERNAME
|
|
HMC_PASSWORD=$HMC_PASSWORD
|
|
CPC_OBJECT_ID=$CPC_OBJECT_ID
|
|
MAX_PROC=$MAX_PROC
|
|
MAX_MEM=$MAX_MEM
|