This commit is contained in:
Ryan Beisner 2015-06-26 17:52:46 +00:00
parent 467226f2d1
commit 8e47792c6d
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@ bin/charm_helpers_sync.py:
sync: bin/charm_helpers_sync.py
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
# @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
publish: lint
@bzr push lp:charms/ceilometer-agent

View File

@ -15,7 +15,6 @@ from charmhelpers.core.hookenv import (
)
from charmhelpers.core.host import (
restart_on_change,
lsb_release,
)
from charmhelpers.contrib.openstack.utils import (
configure_installation_source,