add new line in cleanup-containers

looks like any other script

TrivialFix

Change-Id: I00eef0657a4409719214092ca33730a058b9bb28
This commit is contained in:
zhubingbing 2016-11-15 01:02:03 +00:00
parent dbb0ade6d1
commit 2b7dea2277

View File

@ -1,4 +1,5 @@
#!/bin/bash
if [[ $COMPUTE ]] && [[ $(pgrep qemu) ]]; then
echo "Some qemu processes were detected."
echo "Docker will not be able to stop the nova_libvirt container with those running."