VMIs are refs in logical router

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

Bug Description

logical router list call has vmi as back refs as fields argument instead of refs.

Tags: config
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/36685
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/36685
Committed: http://github.com/Juniper/contrail-controller/commit/1efacda7ec2b04c5ebcee2570b02f0d634721971
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit 1efacda7ec2b04c5ebcee2570b02f0d634721971
Author: Suresh Venkata <email address hidden>
Date: Fri Oct 20 13:36:41 2017 -0700

dump objs in the api-server

Description: Dump objects in the api-server for debugging.
Command to dump individual objects:
curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache -d '{"uuid":"<uuid of object>"}' | python -m json.tool

Command to dump all objects:
Dumps upto 10 objects
curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache

Command to dump count number of objects:
Dumps upto 100 objects
curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache -d '{"count":100}' | python -m json.tool

logical router list call has vmi as back refs as fields
argument instead of refs. Corrected the same.

Change-Id: I69612f0ed81eb81b0c57a02486e61dd9708405d7
Closes-Bug: #1725475
Closes-Bug: #1725466

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

Review in progress for https://review.opencontrail.org/36765
Submitter: Suresh Vinapamula (<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/36766
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/36767
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/36766
Committed: http://github.com/Juniper/contrail-controller/commit/02c6a3bae763c5d10576cd01d2a68084f7989795
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit 02c6a3bae763c5d10576cd01d2a68084f7989795
Author: Suresh Venkata <email address hidden>
Date: Fri Oct 20 13:36:41 2017 -0700

dump objs in the api-server

Description: Dump objects in the api-server for debugging.
Command to dump individual objects:
curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache -d '{"uuid":"<uuid of object>"}' | python -m json.tool

Command to dump all objects:
Dumps upto 10 objects
curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache

Command to dump count number of objects:
Dumps upto 100 objects
curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache -d '{"count":100}' | python -m json.tool

logical router list call has vmi as back refs as fields
argument instead of refs. Corrected the same.

Change-Id: I69612f0ed81eb81b0c57a02486e61dd9708405d7
Closes-Bug: #1725475
Closes-Bug: #1725466
(cherry picked from commit 1efacda7ec2b04c5ebcee2570b02f0d634721971)

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

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

commit 7b88cf7abc4aea34333df85fdef457597969086b
Author: Suresh Venkata <email address hidden>
Date: Fri Oct 20 13:36:41 2017 -0700

dump objs in the api-server

Description: Dump objects in the api-server for debugging.
Command to dump individual objects:
curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache -d '{"uuid":"<uuid of object>"}' | python -m json.tool

Command to dump all objects:
Dumps upto 10 objects
curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache

Command to dump count number of objects:
Dumps upto 100 objects
curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache -d '{"count":100}' | python -m json.tool

logical router list call has vmi as back refs as fields
argument instead of refs. Corrected the same.

Change-Id: I69612f0ed81eb81b0c57a02486e61dd9708405d7
Closes-Bug: #1725475
Closes-Bug: #1725466
(cherry picked from commit 1efacda7ec2b04c5ebcee2570b02f0d634721971)

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

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

commit db10c4edf4eae399250104f8accf02856e162cc2
Author: Suresh Venkata <email address hidden>
Date: Fri Oct 20 13:36:41 2017 -0700

dump objs in the api-server

Description: Dump objects in the api-server for debugging.
Command to dump individual objects:
curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache -d '{"uuid":"<uuid of object>"}' | python -m json.tool

Command to dump all objects:
Dumps upto 10 objects
curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache

Command to dump count number of objects:
Dumps upto 100 objects
curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache -d '{"count":100}' | python -m json.tool

logical router list call has vmi as back refs as fields
argument instead of refs. Corrected the same.

Change-Id: I69612f0ed81eb81b0c57a02486e61dd9708405d7
Closes-Bug: #1725475
Closes-Bug: #1725466
(cherry picked from commit 1efacda7ec2b04c5ebcee2570b02f0d634721971)

Jeba Paulaiyan (jebap)
tags: added: config
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.