reduce number of keystone interactions

Bug #1723191 reported by Suresh Vinapamula
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R3.2
Fix Committed
Undecided
Suresh Vinapamula
R4.0
Fix Committed
Undecided
Suresh Vinapamula
R4.1
Fix Committed
Undecided
Suresh Vinapamula
Trunk
Fix Committed
Undecided
Suresh Vinapamula

Bug Description

neutron request may transform into multiple api requests. For each request we do keystone authentication, this can be reduced to single keystone interaction.

Changed in juniperopenstack:
assignee: nobody → Suresh Vinapamula (sureshk)
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/36880
Submitter: Suresh Vinapamula (<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/36881
Submitter: Suresh Vinapamula (<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/36880
Submitter: Suresh Vinapamula (<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/36881
Submitter: Suresh Vinapamula (<email address hidden>)

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

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

commit 2e8d2639c8b28b41896ae8edcdadc9888f9d742e
Author: Suresh Venkata <email address hidden>
Date: Thu Oct 26 13:48:00 2017 -0700

reduce number of keystone interactions on a neutron call

Description: A neutron call transforms to multiple api calls.
In addition to authenticating relayed neutron call from plugin,
each individual api calls are subjected to keystone authentication
slowing the overall response time of neutron call.
This change tracks the authentication credentials of the first call
and reuses them for the subsequent calls.
GET requests go through localvncapi. So, only for those calls,
this change is applicable. Once all other requests go through
localvncapi server, it can be applicable for them also.

Change-Id: I286a7b8b13963f788343c924e53f1be0a0e157db
Closes-Bug: #1723191

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

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

commit 58d012f33c3e4d30f84e4fb61da87d4c2b78c16c
Author: Suresh Venkata <email address hidden>
Date: Thu Oct 26 13:48:00 2017 -0700

reduce number of keystone interactions on a neutron call

Description: A neutron call transforms to multiple api calls.
In addition to authenticating relayed neutron call from plugin,
each individual api calls are subjected to keystone authentication
slowing the overall response time of neutron call.
This change tracks the authentication credentials of the first call
and reuses them for the subsequent calls.
GET requests go through localvncapi. So, only for those calls,
this change is applicable. Once all other requests go through
localvncapi server, it can be applicable for them also.

Change-Id: I286a7b8b13963f788343c924e53f1be0a0e157db
Closes-Bug: #1723191

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

Review in progress for https://review.opencontrail.org/37483
Submitter: Suresh Vinapamula (<email address hidden>)

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

Review in progress for https://review.opencontrail.org/37484
Submitter: Suresh Vinapamula (<email address hidden>)

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

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

commit 4bcd6213a43909e01feb0e87b9860993f529f59d
Author: Suresh Venkata <email address hidden>
Date: Mon Nov 13 12:13:06 2017 -0800

reduce number of keystone interactions on a neutron call

Description: A neutron call transforms to multiple api calls.
In addition to authenticating relayed neutron call from plugin,
each individual api calls are subjected to keystone authentication
slowing the overall response time of neutron call.
This change tracks the authentication credentials of the first call
and reuses them for the subsequent calls.
GET requests go through localvncapi. So, only for those calls,
this change is applicable. Once all other requests go through
localvncapi server, it can be applicable for them also.

Change-Id: I286a7b8b13963f788343c924e53f1be0a0e157db
Closes-Bug: #1723191

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

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

commit 1232d217948ef04924201f1e50c36ee5754b45eb
Author: Suresh Venkata <email address hidden>
Date: Mon Nov 13 12:13:06 2017 -0800

reduce number of keystone interactions on a neutron call

Description: A neutron call transforms to multiple api calls.
In addition to authenticating relayed neutron call from plugin,
each individual api calls are subjected to keystone authentication
slowing the overall response time of neutron call.
This change tracks the authentication credentials of the first call
and reuses them for the subsequent calls.
GET requests go through localvncapi. So, only for those calls,
this change is applicable. Once all other requests go through
localvncapi server, it can be applicable for them also.

Change-Id: I286a7b8b13963f788343c924e53f1be0a0e157db
Closes-Bug: #1723191

information type: Proprietary → Public
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.