c330518f43
Add a configurable option to choose to install pypowervm from source, otherwise default to relying on it already being installed Change-Id: Ie9a9da4caa81d971f11c4c134f3c12552e18dae3
14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
# Devstack settings
|
|
# These defaults can be overridden in the localrc section of the local.conf file
|
|
|
|
# Add ceilometer-powervm to enabled services
|
|
enable_service pvm-ceilometer-acompute
|
|
|
|
# NovaLink install/upgrade settings
|
|
INSTALL_NOVALINK=$(trueorfalse False INSTALL_NOVALINK)
|
|
INSTALL_PYPOWERVM=$(trueorfalse False INSTALL_PYPOWERVM)
|
|
PVM_ADMIN_GROUP=${PVM_ADMIN_GROUP:-pvm_admin}
|
|
|
|
# Ceilometer settings
|
|
HYPERVISOR_INSPECTOR=${HYPERVISOR_INSPECTOR:-"powervm"}
|