Keystone configuration issue in orchestrator.ini

Bug #1565006 reported by Eric Lopez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Astara
In Progress
Medium
Unassigned

Bug Description

In the oslo generated orchestrator configuration file, the keystone configuration is not properly defined:

in [DEFAULT]

#auth_url = <None>

is defined in this section

in [keystone_authtoken]

#auth_uri = <None>

#identity_uri = <None>

are defined in this section. If you configure these parameters in these section appropriately the astara orchestrator doesn't start up.
Here is the output of the error:

2016-04-01 03:28:12.312 CRITICAL astara-orchestrator:24298:pmain:tmain AttributeError: 'NoneType' object has no attribute 'find'
...
2016-04-01 03:28:12.312 24298 ERROR astara-orchestrator File "/opt/os-networking/runtime/local/lib/python2.7/site
-packages/keystoneclient/session.py", line 335, in request
2016-04-01 03:28:12.312 24298 ERROR astara-orchestrator if not urllib.parse.urlparse(url).netloc:
2016-04-01 03:28:12.312 24298 ERROR astara-orchestrator File "/usr/lib/python2.7/urlparse.py", line 143, in urlpa
rse
2016-04-01 03:28:12.312 24298 ERROR astara-orchestrator tuple = urlsplit(url, scheme, allow_fragments)
2016-04-01 03:28:12.312 24298 ERROR astara-orchestrator File "/usr/lib/python2.7/urlparse.py", line 182, in urlsp
lit
2016-04-01 03:28:12.312 24298 ERROR astara-orchestrator i = url.find(':')
2016-04-01 03:28:12.312 24298 ERROR astara-orchestrator AttributeError: 'NoneType' object has no attribute 'find'
2016-04-01 03:28:12.312 24298 ERROR astra-orchestrator

Resolution:

Define the auth_url in the [keystone_authtoken] section of the orchestrator process.

Changed in astara:
importance: Undecided → Medium
milestone: none → newton-1
tags: added: low-hanging-fruit
Changed in astara:
assignee: nobody → Michael Glaser (mikeg451)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to astara (master)

Fix proposed to branch: master
Review: https://review.openstack.org/311210

Changed in astara:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on astara (master)

Change abandoned by Michael Glaser (<email address hidden>) on branch: master
Review: https://review.openstack.org/311210

Changed in astara:
assignee: Michael Glaser (mikeg451) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.