Browse code

Source lib/dstat in unstack.sh

`stop_dstat` function was extracted into $TOP_DIR/lib/dstat in commit
e0b08d04ab41f9aca96997c87bd9fa13feba2536 but the new lib was not sourced in
unstack.sh.

Change-Id: I6878552d9f384fdd7882e52000b37ac6a60844c3
Closes-Bug: 1366713

Martin André authored on 2014/09/08 17:58:58
Showing 1 changed files
... ...
@@ -55,6 +55,7 @@ source $TOP_DIR/lib/heat
55 55
 source $TOP_DIR/lib/neutron
56 56
 source $TOP_DIR/lib/baremetal
57 57
 source $TOP_DIR/lib/ldap
58
+source $TOP_DIR/lib/dstat
58 59
 
59 60
 # Extras Source
60 61
 # --------------