Bug 1080224
| Summary: | rhel70, keystone can not access mysql | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] RDO | Reporter: | wes hayutin <whayutin> | ||||
| Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | Udi Kalifon <ukalifon> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | aortega, apevec, ayoung, derekh, mmagr, ukalifon, whayutin, yeylon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-11-10 16:01:00 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
wes hayutin
2014-03-25 00:35:00 UTC
After the log investigation I found out that user 'keystone_admin' was not created in DB. Instead user 'keystone' was created, which should not happen. There is a merged patch [1] in 1018 release which ensures correct name. By any chance, are you able to check /usr/lib/python2.7/site-packages/packstack/puppet/templates/mysql_keystone_install.pp file if it is the same as in [1]? I will do the test myself too now, but theoretically this should not happen :/. [1] https://review.openstack.org/#/c/78187/2/packstack/puppet/templates/mysql_keystone_install.pp Also the "connection" string in keystone.conf is commented out. Perhaps the password is not used? Why is this line commented? |