ansible waits for non-running bootstrap keystone
Bug #1483224 reported by
Vladislav Belogrudov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Critical
|
Vladislav Belogrudov |
Bug Description
Bootstrapping of keystone happens on first of controllers (via run_once) but waiting for bootstrap container is done for all. This gives error on all but first host:
TASK: [keystone | Starting Keystone bootstrap container] *******
changed: [ndb01]
TASK: [keystone | Waiting for Keystone bootstrap container to exit] ***********
failed: [ndb02] => {"changed": true, "cmd": ["docker", "wait", "bootstrap_
stderr: Error response from daemon: no such id: bootstrap_keystone
Error: failed to wait containers: [bootstrap_
Changed in kolla: | |
assignee: | nobody → Vladislav Belogrudov (vlad-belogrudov) |
Changed in kolla: | |
milestone: | none → liberty-rc1 |
importance: | Undecided → Critical |
Changed in kolla: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/211120
Review: https:/