keystone v3 issue in config api server

Bug #1727153 reported by Tony Liu
6
This bug affects 1 person
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://bugs.launchpad.net/juniperopenstack/+bug/1724691
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://10.87.68.152:8082/projects
==================

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/python2.7/dist-packages/vnc_cfg_api_server/utils.py
==============================
        'identity_uri': None,
# 'project_domain_name': None,
        'insecure': True,
==============================

Changed in opencontrail:
assignee: nobody → Ignatious Johnson Christopher (ijohnson-x)
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/36840
Submitter: Ignatious Johnson Christopher (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/36841
Submitter: Ignatious Johnson Christopher (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/36842
Submitter: Ignatious Johnson Christopher (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/36843
Submitter: Ignatious Johnson Christopher (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/36841
Committed: http://github.com/Juniper/contrail-controller/commit/cd38c99b7c43e187b8e9510fb82e9d7098c0652a
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit cd38c99b7c43e187b8e9510fb82e9d7098c0652a
Author: Ignatious Johnson Christopher <email address hidden>
Date: Wed Oct 25 11:33:29 2017 -0700

When project domain name is not defined in

the contrail keystone auth config file
should not pass project domain name as
None to auth_token kwargs, instead domain
id should be passed.

Change-Id: Iedab96b31cb5b8e365952eaea863ec5df7f740b8
Closes-Bug: 1727153

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36842
Committed: http://github.com/Juniper/contrail-controller/commit/2f5d28a21e42d1f6d22926d91e6ea64beef04319
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit 2f5d28a21e42d1f6d22926d91e6ea64beef04319
Author: Ignatious Johnson Christopher <email address hidden>
Date: Wed Oct 25 11:33:29 2017 -0700

When project domain name is not defined in

the contrail keystone auth config file
should not pass project domain name as
None to auth_token kwargs, instead domain
id should be passed.

Change-Id: Iedab96b31cb5b8e365952eaea863ec5df7f740b8
Closes-Bug: 1727153

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36843
Committed: http://github.com/Juniper/contrail-controller/commit/8bfb5ddd531ae0b7f0efa9aa506d4fe917162742
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit 8bfb5ddd531ae0b7f0efa9aa506d4fe917162742
Author: Ignatious Johnson Christopher <email address hidden>
Date: Wed Oct 25 11:33:29 2017 -0700

When project domain name is not defined in

the contrail keystone auth config file
should not pass project domain name as
None to auth_token kwargs, instead domain
id should be passed.

Change-Id: Iedab96b31cb5b8e365952eaea863ec5df7f740b8
Closes-Bug: 1727153

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36840
Committed: http://github.com/Juniper/contrail-controller/commit/9e7949eaa81eb52b1d4c705fdde69ab4c7ac3559
Submitter: Zuul (<email address hidden>)
Branch: master

commit 9e7949eaa81eb52b1d4c705fdde69ab4c7ac3559
Author: Ignatious Johnson Christopher <email address hidden>
Date: Wed Oct 25 11:33:29 2017 -0700

When project domain name is not defined in

the contrail keystone auth config file
should not pass project domain name as
None to auth_token kwargs, instead domain
id should be passed.

Change-Id: Iedab96b31cb5b8e365952eaea863ec5df7f740b8
Closes-Bug: 1727153

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.