Deployment failed with connection to keystone endpoint error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Fuel Partner Integration Team | ||
5.0.x |
Fix Committed
|
High
|
Andrey Sledzinskiy |
Bug Description
Snapshot link (200+ Mb): https:/
ISO custom iso MOS 5.1, should reproduced on vanilla MOS 5.1 too:
{"build_id": "2014-10-
Steps To Reproduce:
1. Configure cloud with 3 controllers and 1 compute (virtual machines, 8Gb RAM on each VM), vCenter, Nova network, VMWare vCenter for Cinder, select 'install Ceilometer & Murano & Sahara'.
2. Start deployment.
Observed Result:
Deployment failed (please see snapshot https:/
____________
2014-10-28T05:10:54 debug: [441] 2074eb2e-
import pkg_resources
Authorization Failed: Unable to establish connection to http://
2014-10-28T05:10:54 err: [441] 2074eb2e-
____________
description: | updated |
description: | updated |
Changed in fuel: | |
assignee: | nobody → Fuel Library Team (fuel-library) |
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Fuel Partner Integration Team (fuel-partner) |
Changed in fuel: | |
status: | New → Triaged |
Apparently keystone database is not initialized properly:
[root@fuel ~]# dockerctl shell postgres /bin/sh -c 'cd /; echo \\dt | sudo -u postgres psql keystone'
No relations found.
Attempt to initialize it manually fails:
[root@fuel ~]# dockerctl shell keystone keystone-manage db_sync keystone- manage" , line 37, in <module> python2. 6/site- packages/ keystone/ cli.py" , line 20, in <module>
Traceback (most recent call last):
File "/usr/bin/
from keystone import cli
File "/usr/lib/
import pbr.version
ImportError: No module named pbr.version