Keystone certs need to sync during ha cluster
Bug #1317782 reported by
Xiang Hui
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
keystone (Juju Charms Collection) |
Fix Released
|
Critical
|
Edward Hope-Morley |
Bug Description
Version : icehouse
Location : http://
Set up two keystone vms with Vip/SSL using juju commands, after instances are started, keystone request could get success results every few times.
after investigating, the reason is due to every keystone server generate different certificates from peers including root_ca/
Related branches
lp://staging/~xianghui/charm-helpers/fix-keystone-ssl-part-1
- James Page: Approve
- Edward Hope-Morley: Approve
-
Diff: 191 lines (+89/-22)2 files modifiedcharmhelpers/contrib/unison/__init__.py (+21/-14)
tests/contrib/unison/test_unison.py (+68/-8)
lp://staging/~hopem/charms/trusty/keystone/fix-ssl-cert-sync
- Liam Young (community): Approve
- Ryan Beisner (community): Approve
-
Diff: 1821 lines (+937/-202)7 files modifiedREADME.md (+46/-10)
hooks/keystone_context.py (+45/-8)
hooks/keystone_hooks.py (+180/-66)
hooks/keystone_ssl.py (+43/-14)
hooks/keystone_utils.py (+443/-50)
unit_tests/test_keystone_hooks.py (+178/-50)
unit_tests/test_keystone_utils.py (+2/-4)
Changed in keystone (Juju Charms Collection): | |
assignee: | nobody → Xiang Hui (xianghui) |
description: | updated |
summary: |
- Keystone certs need to be sync during ha cluster + Keystone certs need to sync during ha cluster |
description: | updated |
Changed in keystone (Juju Charms Collection): | |
status: | New → In Progress |
tags: | added: openstack |
tags: | added: cts |
Changed in keystone (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in keystone (Juju Charms Collection): | |
importance: | High → Critical |
Changed in keystone (Juju Charms Collection): | |
assignee: | Xiang Hui (xianghui) → Edward Hope-Morley (hopem) |
Changed in keystone (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in keystone (Juju Charms Collection): | |
milestone: | none → 15.01 |
Changed in keystone (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.