flip amulet test debug on

This commit is contained in:
Ryan Beisner 2015-04-09 04:52:46 +00:00
parent 1daa3481c4
commit 460fd32c94

View File

@ -16,7 +16,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):