Turn DEBUG on by default for amulet tests

This commit is contained in:
Corey Bryant 2015-04-13 19:15:54 +00:00
parent 01538b5b43
commit 03055da2d0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from charmhelpers.contrib.openstack.amulet.utils import ( # noqa
)
# Use DEBUG to turn on debug logging
u = OpenStackAmuletUtils(ERROR)
u = OpenStackAmuletUtils(DEBUG)
class CinderBasicDeployment(OpenStackAmuletDeployment):