keystone v3 issue in config api server
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.2 |
Fix Committed
|
Undecided
|
Ignatious Johnson Christopher | |||
R4.0 |
Fix Committed
|
Undecided
|
Ignatious Johnson Christopher | |||
R4.1 |
Fix Committed
|
Undecided
|
Ignatious Johnson Christopher | |||
Trunk |
Fix Committed
|
Undecided
|
Ignatious Johnson Christopher | |||
OpenContrail |
New
|
Undecided
|
Ignatious Johnson Christopher |
Bug Description
With 4.0.3-35-newton, after fix the issue
https:/
contrail-api shows "active" from contrail-status.
Here is another issue.
==================
token=$(openstack token issue | awk "/ id /"'{print $4}')
curl -s -H "X-Auth-Token: $token" http://
==================
It shows this.
==================
503 Service Unavailable
The server is currently unavailable. Please try again at a later time.
==================
To fix it, comment out line #103 in /usr/lib/
=======
# 'project_
'insecure': True,
=======
Changed in opencontrail: | |
assignee: | nobody → Ignatious Johnson Christopher (ijohnson-x) |
Review in progress for https:/ /review. opencontrail. org/36840
Submitter: Ignatious Johnson Christopher (<email address hidden>)