Add "source $TOP_DIR/lib/lvm" to clean.sh

When clean.sh is executed, it shows "command not found" messages.
Commands are defined in lib/lvm, however lib/lvm doesn't include clean.sh.
This pache add lib/lvm to clean.sh.

Change-Id: I56672e949d25f7cdcda879badd992f849d06c749
Closes-Bug: 1486392
This commit is contained in:
Mahito 2015-08-18 23:59:29 -07:00
parent 6ef371e677
commit 67168e807a
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ source $TOP_DIR/lib/rpc_backend
source $TOP_DIR/lib/tls
source $TOP_DIR/lib/oslo
source $TOP_DIR/lib/lvm
source $TOP_DIR/lib/horizon
source $TOP_DIR/lib/keystone
source $TOP_DIR/lib/glance