Comment 4 for bug 1735874

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

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

commit 64ca93f66c4ec4db7cf8976e830202ac7ef4e623
Author: Sundaresan Rajangam <email address hidden>
Date: Wed Dec 13 16:44:32 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: I2dfb4acc15ae19bc6b7e8b7d7bfa5451130e007a
Closes-Bug: #1735874