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:
parent
6ef371e677
commit
67168e807a
1
clean.sh
1
clean.sh
@ -41,6 +41,7 @@ source $TOP_DIR/lib/rpc_backend
|
|||||||
source $TOP_DIR/lib/tls
|
source $TOP_DIR/lib/tls
|
||||||
|
|
||||||
source $TOP_DIR/lib/oslo
|
source $TOP_DIR/lib/oslo
|
||||||
|
source $TOP_DIR/lib/lvm
|
||||||
source $TOP_DIR/lib/horizon
|
source $TOP_DIR/lib/horizon
|
||||||
source $TOP_DIR/lib/keystone
|
source $TOP_DIR/lib/keystone
|
||||||
source $TOP_DIR/lib/glance
|
source $TOP_DIR/lib/glance
|
||||||
|
Loading…
Reference in New Issue
Block a user