From 7fa1902f9bcad80b3bbf1831805ec10d937b3d9a Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 25 Jun 2013 14:11:48 +1000 Subject: [PATCH] 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 --- lib/tempest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/tempest b/lib/tempest index 277c68abcd..87f6a574a0 100644 --- a/lib/tempest +++ b/lib/tempest @@ -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