workload status commit has broken the pause/resume actions
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ceilometer (Juju Charms Collection) |
Fix Released
|
Medium
|
James Page |
Bug Description
It appears that ceilometer/next rev 102 has broken the pause/resume action functionality, since those actions rely on status messages.
00:13:00.388 2015-10-15 23:34:49 Adding relation ceilometer:amqp <-> rabbitmq-
00:14:00.968 2015-10-15 23:35:50 Deployment complete in 290.76 seconds
00:16:05.929 Traceback (most recent call last):
00:16:05.929 File "tests/
00:16:05.929 deployment.
00:16:05.929 File "/var/lib/
00:16:05.929 getattr(self, test)()
00:16:05.929 File "/var/lib/
00:16:05.929 assert u.status_
00:16:05.929 AssertionError
00:16:05.988 juju-test.
Related branches
- Liam Young (community): Approve
-
Diff: 178 lines (+44/-13)7 files modifiedMakefile (+1/-1)
actions/actions.py (+17/-4)
actions/openstack_upgrade.py (+0/-1)
hooks/ceilometer_hooks.py (+2/-3)
lib/ceilometer_utils.py (+23/-2)
tests/basic_deployment.py (+1/-1)
unit_tests/test_actions_openstack_upgrade.py (+0/-1)
Changed in ceilometer (Juju Charms Collection): | |
assignee: | nobody → James Page (james-page) |
status: | New → In Progress |
importance: | Undecided → Medium |
Changed in ceilometer (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
milestone: | none → 15.10 |
Changed in ceilometer (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
It may be worth looking at swift-storage and swift-proxy, as they had similar issues with similar actions.