From 48a75c14a1ad8b6dd7d894d2bf02307f00c23389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Mon, 8 Sep 2014 08:58:58 +0000 Subject: [PATCH] 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 --- unstack.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/unstack.sh b/unstack.sh index 0457ef2393..adb6dc17ca 100755 --- a/unstack.sh +++ b/unstack.sh @@ -55,6 +55,7 @@ source $TOP_DIR/lib/heat source $TOP_DIR/lib/neutron source $TOP_DIR/lib/baremetal source $TOP_DIR/lib/ldap +source $TOP_DIR/lib/dstat # Extras Source # --------------