Bug 891700
| Summary: | MySQL authentication failing during install | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Dan Radez <dradez> |
| Component: | openstack-packstack | Assignee: | Dan Radez <dradez> |
| Status: | CLOSED ERRATA | QA Contact: | Nir Magnezi <nmagnezi> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | aortega, derekh, jhenner, ykaul |
| Target Milestone: | snapshot1 | ||
| Target Release: | 2.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-packstack-2012.2.2-0.5.dev318.el6ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-01-30 20:16:07 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: | |||
|
Description
Dan Radez
2013-01-03 18:06:45 UTC
submitted https://github.com/fedora-openstack/packstack/pull/45 to address this issue fixed in dd278b1829d20749a644a33a28558e9962964318 merged in 4e23454bd9fa4b380391df98b422350ab42dc77f how should I test this fix? If you run this command on a host with the problem, you will see some users with no name (anonymous users)
# echo "select User,Host from user where user = '' ;" | mysql mysql
User Host
devpackstack
localhost
#
if the bug is fixed nothing will be output and packstack will successfully install
Verified With: openstack-packstack-2012.2.2-0.5.dev318.el6ost.noarch $ mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1102 Server version: 5.1.66 Source distribution Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> use mysql Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> select User,Host from user where user = '' ; Empty set (0.00 sec) |