
+ Updated tox.ini to install nova + Modified tox_install script to install zhmcclient requirements and removed conditional nova installation check because new folder nova introduced for devstack setup always returns true for the check that verifies if nova is already installed blueprint: devstack-setup-nova Change-Id: I0c16e4bdda38eb331fa76010e39b5d8457475af4
22 lines
433 B
Plaintext
22 lines
433 B
Plaintext
#Minimal Contents
|
|
#----------------
|
|
ADMIN_PASSWORD=admin
|
|
MYSQL_PASSWORD=mysql
|
|
RABBIT_PASSWORD=rabbit
|
|
SERVICE_PASSWORD=admin
|
|
SERVICE_TOKEN=service
|
|
|
|
[[local|localrc]]
|
|
# Enable plugins
|
|
enable_plugin nova-dpm https://git.openstack.org/openstack/nova-dpm.git
|
|
|
|
# Set to True to install the latest zhmcclient from source
|
|
INSTALL_ZHMCCLIENT=TRUE
|
|
|
|
#Logging
|
|
#-------
|
|
LOGFILE=/opt/stack/logs/stack.sh.log
|
|
SCREEN_LOGDIR=~/screen_log/
|
|
LOGDAYS=1
|
|
|