INSTALL_ZHMCCLIENT option added to local.conf samples

Change-Id: I4f58c806ddbaaf29a5885a615768210dbb0c9e2b
This commit is contained in:
preethipy 2017-02-06 13:55:24 +05:30 committed by preethi
parent 1fd3b0bdb5
commit 263c6b0cb2
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,9 @@ SERVICE_TOKEN=$ADMIN_PASSWORD
LOGFILE=$DEST/logs/stack.sh.log
SCREEN_LOGDIR=$DEST/logs/screen
# Set to True to install the latest zhmcclient from source
INSTALL_ZHMCCLIENT=TRUE
# Disable Neutron services that are not supported on a single node
# running neutron-dpm agent
disable_service q-l3 q-dhcp q-meta

View File

@ -8,6 +8,9 @@ SERVICE_TOKEN=$ADMIN_PASSWORD
LOGFILE=$DEST/logs/stack.sh.log
SCREEN_LOGDIR=$DEST/logs/screen
# Set to True to install the latest zhmcclient from source
INSTALL_ZHMCCLIENT=TRUE
# Disable Neutron services that are not supported on a single node
# running neutron-dpm agent
disable_service q-l3 q-dhcp q-meta