More debug

This commit is contained in:
Liam Young 2015-02-17 15:32:39 +00:00
parent 5d17274724
commit 0722233232

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