Browse code

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

Mahito authored on 2015/08/19 15:59:29
Showing 1 changed files
... ...
@@ -41,6 +41,7 @@ source $TOP_DIR/lib/rpc_backend
41 41
 source $TOP_DIR/lib/tls
42 42
 
43 43
 source $TOP_DIR/lib/oslo
44
+source $TOP_DIR/lib/lvm
44 45
 source $TOP_DIR/lib/horizon
45 46
 source $TOP_DIR/lib/keystone
46 47
 source $TOP_DIR/lib/glance