From a30e7a14ca35ed97dd2aabe142ce592e9e470416 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 13 Apr 2015 19:17:31 +0000 Subject: [PATCH] Turn DEBUG on by default for amulet tests --- tests/basic_deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index d2bc3c18..ce82b18d 100644 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -15,7 +15,7 @@ from charmhelpers.contrib.openstack.amulet.utils import ( ) # Use DEBUG to turn on debug logging -u = OpenStackAmuletUtils(ERROR) +u = OpenStackAmuletUtils(DEBUG) class NeutronAPIBasicDeployment(OpenStackAmuletDeployment):