Source lib/nova when upgrading tempest

In lib/nova is set variable NOVA_BIN_DIR which is later used for setting
cli_dir in tempest.conf. Without including lib/nova the variable is
evaluated as empty string.

Change-Id: I74f0cf8a3af287b072acefab92ac9a3facb443f5
Closes-Bug: 1391436
(cherry picked from commit d69386a2b7)
This commit is contained in:
Jakub Libosvar 2014-11-11 10:37:51 +01:00
parent 0657448164
commit 72b9c27ebe
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ source $TARGET_DEVSTACK_DIR/lib/horizon
source $TARGET_DEVSTACK_DIR/lib/ironic
source $TARGET_DEVSTACK_DIR/lib/keystone
source $TARGET_DEVSTACK_DIR/lib/neutron
source $TARGET_DEVSTACK_DIR/lib/nova
source $TARGET_DEVSTACK_DIR/lib/sahara
source $TARGET_DEVSTACK_DIR/lib/swift
source $TARGET_DEVSTACK_DIR/lib/trove