Code review comment for lp:~openstack-charmers/charms/trusty/glance/0mq

Revision history for this message
Ryan Beisner (1chb1n) wrote :

FYI, deploy tests fail with:

12:17:47 2015-01-20 12:17:47 [ERROR] deployer.env: The following units had errors:
12:17:47 unit: glance/0: machine: 6 agent-state: error details: hook failed: "install"

2015-01-20 12:17:32 INFO juju.worker.uniter uniter.go:480 running "install" hook
2015-01-20 12:17:32 INFO install Traceback (most recent call last):
2015-01-20 12:17:32 INFO install File "/var/lib/juju/agents/unit-glance-0/charm/hooks/install", line 4, in <module>
2015-01-20 12:17:32 INFO install from glance_utils import (
2015-01-20 12:17:32 INFO install File "/var/lib/juju/agents/unit-glance-0/charm/hooks/glance_utils.py", line 6, in <module>
2015-01-20 12:17:32 INFO install import glance_contexts
2015-01-20 12:17:32 INFO install File "/var/lib/juju/agents/unit-glance-0/charm/hooks/glance_contexts.py", line 8, in <module>
2015-01-20 12:17:32 INFO install from charmhelpers.contrib.openstack.context import (
2015-01-20 12:17:32 INFO install File "/var/lib/juju/agents/unit-glance-0/charm/hooks/charmhelpers/contrib/openstack/context.py", line 37, in <module>
2015-01-20 12:17:32 INFO install from charmhelpers.contrib.hahelpers.cluster import (
2015-01-20 12:17:32 INFO install File "/var/lib/juju/agents/unit-glance-0/charm/hooks/charmhelpers/contrib/hahelpers/cluster.py", line 32, in <module>
2015-01-20 12:17:32 INFO install from charmhelpers.core.decorators import (
2015-01-20 12:17:32 INFO install ImportError: No module named decorators
2015-01-20 12:17:32 ERROR juju.worker.uniter uniter.go:486 hook failed: exit status 1

review: Needs Fixing

« Back to merge proposal