Keystone configuration issue in orchestrator.ini
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_
#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-
...
2016-04-01 03:28:12.312 24298 ERROR astara-orchestrator File "/opt/os-
-packages/
2016-04-01 03:28:12.312 24298 ERROR astara-orchestrator if not urllib.
2016-04-01 03:28:12.312 24298 ERROR astara-orchestrator File "/usr/lib/
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/
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_
Changed in astara: | |
importance: | Undecided → Medium |
milestone: | none → newton-1 |
tags: | added: low-hanging-fruit |
Changed in astara: | |
assignee: | nobody → Michael Glaser (mikeg451) |
Changed in astara: | |
assignee: | Michael Glaser (mikeg451) → nobody |
Fix proposed to branch: master /review. openstack. org/311210
Review: https:/