Files
nova-dpm/devstack/settings
sreeteja b51945a05f Removal of max_instances config parameter
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
2017-07-12 14:15:56 +05:30

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