Public bug reported:

[Orchestration Installation]: "auth_url" address needs to be updated
under [keystone_authtoken] section in heat.conf file.

As per Orchestration Installation guide for Queen version, auth url is 
mentioned as "auth_url = http://controller:35357";.
When used port 35357, it gives the error as below:

2018-08-08 17:23:20.719 32679 WARNING keystoneauth.identity.generic.base [-] 
Failed to discover available identity versions when contacting 
http://controller:35357. Attempting to parse version from URL.: ConnectFailure: 
Unable to establish connection to http://controller:35357: 
HTTPConnectionPool(host='controller', port=35357): Max retries exceeded with 
url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object 
at 0x7fdab64bc310>: Failed to establish a new connection: [Errno 111] 
ECONNREFUSED',))
2018-08-08 17:23:20.755 32679 INFO eventlet.wsgi.server [-] x.x.x.x - - 
[08/Aug/2018 17:23:20] "GET /v1/14f1fa5bb7d442ac9edafe54f054b8bb/services 
HTTP/1.1" 500 424 0.055859
2018-08-08 17:28:38.963 32672 WARNING keystoneauth.identity.generic.base [-] 
Failed to discover available identity versions when contacting 
http://controller:35357. Attempting to parse version from URL.: ConnectFailure: 
Unable to establish connection to http://controller:35357: 
HTTPConnectionPool(host='controller', port=35357): Max retries exceeded with 
url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object 
at 0x7fdab64bb2d0>: Failed to establish a new connection: [Errno 111] 
ECONNREFUSED',))


Port should be "5000" in queen version.
I tried after modifying the port as "5000", it is able to authenticate.
So new auth url should be as : auth_url = http://controller:5000";


Updated section will look like:

[keystone_authtoken]
...
auth_uri = http://controller:5000
auth_url = http://controller:5000
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = heat
password = HEAT_PASS

** Affects: heat (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786405

Title:
  [Orchestration Installation]: "auth_url" address needs to be updated
  under [keystone_authtoken] section in heat.conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heat/+bug/1786405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to