Turn DEBUG on by default for amulet tests

This commit is contained in:
Corey Bryant 2015-04-13 19:17:31 +00:00
parent 687715ba6f
commit a30e7a14ca

View File

@ -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):