"swift_store_auth_address = ://:/v2.0/" in glance-api.conf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Autopilot Log Analyser |
Fix Committed
|
Low
|
Andreas Hasenack | ||
OpenStack Glance Charm |
Incomplete
|
Low
|
Unassigned | ||
glance (Juju Charms Collection) |
Invalid
|
Low
|
Unassigned |
Bug Description
landscape reference: https:/
ceph/swift autopilot deployment, using 16.04 charms.
A "juju run --all /bin/true" call that landscape makes to wait for relations to settle got stuck in a few units, glance/0 among them.
Inspection showed that /etc/glance/
[glance_store]
filesystem_
stores = glance.
default_store = swift
swift_store_
swift_store_
swift_store_user = :
swift_store_key =
swift_store_
swift_store_
swift_store_
swift_store_
swift_enable_snet = False
glance/1 and glance/2 had it correct:
[glance_store]
filesystem_
stores = glance.
default_store = swift
swift_store_
swift_store_
swift_store_user = services:glance
swift_store_key = mTJTkHG9zkFJbgs
swift_store_
swift_store_
swift_store_
swift_store_
swift_enable_snet = False
Logs and config files for glance/{0,1,2} attached. We also have the same for all the other units if needed, but it's a 89Mb zip file.
Changed in autopilot-log-analyser: | |
status: | New → In Progress |
assignee: | nobody → Andreas Hasenack (ahasenack) |
importance: | Undecided → Low |
tags: | removed: kanban-cross-team |
Changed in autopilot-log-analyser: | |
status: | In Progress → Fix Committed |
Changed in charm-glance: | |
importance: | Undecided → Low |
status: | New → Incomplete |
Changed in glance (Juju Charms Collection): | |
status: | Incomplete → Invalid |
"A "juju run --all /bin/true" call that landscape makes to wait for relations to settle got stuck in a few units, glance/0 among them."
would indicate that the glance/0 hook execution had not completed right? in which case I might expect that section to be incomplete