]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add sanity check for OVSDB native support
authorTerry Wilson <twilson@redhat.com>
Wed, 18 Mar 2015 22:13:53 +0000 (17:13 -0500)
committerTerry Wilson <twilson@redhat.com>
Wed, 18 Mar 2015 22:52:06 +0000 (17:52 -0500)
commitf3ee6841a7d88d23e2a80667d4b928f6abd83a32
treed5caa0b73a93f0078e229ca10b55a80470be161c
parent0363ec23e744a5cae0f85318031e3acaa9e45d15
Add sanity check for OVSDB native support

This check has specific warnings about the need to install the
python-openvswitch package to use OVSDB native. If an unknown
Exception is thrown when doing a simple get_bridges() call, it will
also fail, logging the exception.

Partially-Implements: blueprint vsctl-to-ovsdb
Change-Id: Ibd2dac02c5a93bb391b620cc27bc46a6cdf6d817
neutron/cmd/sanity/checks.py
neutron/cmd/sanity_check.py
neutron/tests/functional/sanity/test_sanity.py