Comment 7 for bug 1735874

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

Reviewed: https://review.opencontrail.org/38505
Committed: http://github.com/Juniper/contrail-analytics/commit/42ce5c19065975ae1f28675b96a41f8bcfe0b545
Submitter: Zuul (<email address hidden>)
Branch: master

commit 42ce5c19065975ae1f28675b96a41f8bcfe0b545
Author: Sundaresan Rajangam <email address hidden>
Date: Wed Dec 20 21:28:03 2017 -0800

Handle exception thrown by VncObjectDBClient

VncObjectDBClient would throw exception if vnc_cassandra tries to read
the config before the table is created in cassandra. vnc_cassandra
checks only if the keyspace is created. Catch the exception
and call exit.

Change-Id: I345ca249871ef815229d5b3290c00dbdce6cbeb3
Closes-Bug: #1735874