Add cli_dir to tempest config

Add the cli_dir option to the generated tempest config.  This is
required on platforms such as RHEL where the binaries are not in the
standard location.

Note that to be fully operational this requires [1] in tempest so that
the cli path is created correctly.

[1] https://review.openstack.org/#/c/34302/

Change-Id: Ic7369193f1434974366cfabc7550e8545de244cd
This commit is contained in:
Ian Wienand 2013-06-25 14:11:48 +10:00
parent b3e8ea847f
commit 7fa1902f9b

View File

@ -281,6 +281,9 @@ function configure_tempest() {
iniset $TEMPEST_CONF volume backend2_name "LVM_iSCSI_2"
fi
# cli
iniset $TEMPEST_CONF cli cli_dir $NOVA_BIN_DIR
echo "Created tempest configuration file:"
cat $TEMPEST_CONF