Comment 15 for bug 1771691

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

Reviewed: https://review.opencontrail.org/43143
Committed: http://github.com/Juniper/contrail-common/commit/c67c0628dd99235ff6878cdd015e8f8b4b6a9f0c
Submitter: Rudra Rugge (<email address hidden>)
Branch: master

commit c67c0628dd99235ff6878cdd015e8f8b4b6a9f0c
Author: Pramodh D'Souza <email address hidden>
Date: Thu May 17 15:31:05 2018 -0700

Fix check for Draft Objects

The draft Mode object was being checked for "draft-mode-object" property
whereas it should have been checked for "draft_mode_object", the format
it comes in from the Cassandra DB. With this fix Draft Objects will be
ignored properly.

Change-Id: I9637d6dd133330ff1f26aac74e1bda977c4dfb78
Closes-Bug: 1771691