kolla-kubernetes is failing to create the keystone endpoints
Bug #1589282 reported by
Ryan Hallisey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Medium
|
Ryan Hallisey |
Bug Description
During the bootstrapping process, kolla-kubernetes attempts to create the keystone endpoints. But, endpoint creation requires that the database sync is complete before the endpoint script is executed.
Logic needs to be added to the endpoint script to have this script exit until the db sync is complete.
Changed in kolla: | |
assignee: | nobody → Ryan Hallisey (rthall14) |
importance: | Undecided → Medium |
Changed in kolla: | |
status: | New → In Progress |
Changed in kolla: | |
milestone: | none → newton-2 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/325664 /git.openstack. org/cgit/ openstack/ kolla/commit/ ?id=e26e278ee09 7968b4a51931463 68b46b412083ca
Committed: https:/
Submitter: Jenkins
Branch: master
commit e26e278ee097968 b4a5193146368b4 6b412083ca
Author: Ryan Hallisey <email address hidden>
Date: Sun Jun 5 09:04:55 2016 -0400
Add kolla-kubernetes bootstap logic endpoint script
Kolla- kubernetes will setup the endpoints after the bootstrap is
complete.
Closes-bug: #1589282 5ad8af166b2f87d ae436dc7492 implements: blueprint kolla-kubernete s-extended- dockerfiles
Change-Id: Ife8d81930af8ef
Partially-