auto flip amulet debug on

This commit is contained in:
Ryan Beisner
2015-04-16 21:31:29 +00:00
parent 259fd46741
commit 1d7d1d39c1

View File

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