glance (next) identity-service-relation-changed hook fails when object-store not present
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glance (Juju Charms Collection) |
Fix Released
|
High
|
James Page |
Bug Description
glance (next) identity-
I'm hitting this on 100% of o-c-t lxd/next.yaml test runs. It appears to be a race, because retrying later succeeds.
`juju resolved --retry glance/0` results in all-units ready and OK.
hook failed: "identity-
...
2016-01-19 02:45:13 INFO identity-
...
2016-01-19 02:45:13 ERROR juju.worker.
# juju stat
http://
# glance/0 status history
http://
# keystone/0 status history
http://
# glance unit
http://
2016-01-19 02:45:12 INFO worker.uniter.jujuc server.go:172 running hook tool "juju-log" ["-l" "DEBUG" "Generating template context for identity-service"]
2016-01-19 02:45:12 DEBUG worker.uniter.jujuc server.go:173 hook context id "glance/
2016-01-19 02:45:12 DEBUG juju-log identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO identity-
2016-01-19 02:45:13 INFO juju.worker.
2016-01-19 02:45:13 ERROR juju.worker.
2016-01-19 02:45:13 DEBUG juju.worker.uniter modes.go:31 [AGENT-STATUS] failed: run relation-changed (24; keystone/0) hook
2016-01-19 02:45:14 INFO juju.worker.uniter modes.go:569 ModeAbide exiting
2016-01-19 02:45:14 INFO juju.worker.uniter modes.go:567 ModeHookError starting
2016-01-19 02:45:14 DEBUG juju.worker.
2016-01-19 02:45:14 DEBUG juju.worker.
2016-01-19 02:45:14 DEBUG juju.worker.
2016-01-19 02:45:14 DEBUG juju.worker.uniter modes.go:31 [AGENT-STATUS] error: hook failed: "identity-
2016-01-19 02:45:14 DEBUG juju.worker.
2016-01-19 02:45:14 DEBUG juju.worker.
Related branches
- Ryan Beisner (community): Needs Fixing
- OpenStack Charmers: Pending requested
-
Diff: 64 lines (+24/-16)1 file modifiedhooks/glance_utils.py (+24/-16)
- OpenStack Charmers: Pending requested
-
Diff: 66 lines (+26/-16)1 file modifiedhooks/glance_utils.py (+26/-16)
description: | updated |
description: | updated |
description: | updated |
Changed in glance (Juju Charms Collection): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → James Page (james-page) |
milestone: | none → 16.01 |
Changed in glance (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
I've substituted the stable glance charm in the o-c-t lxd/next.yaml, and it deploys consistently and successfully. Something in glance/next appears to be causing this.