]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow neutron-sanity-check to check OVS patch port support
authorCedric Brandily <zzelle@gmail.com>
Wed, 4 Jun 2014 11:44:18 +0000 (13:44 +0200)
committerCedric Brandily <zzelle@gmail.com>
Wed, 4 Jun 2014 14:43:25 +0000 (14:43 +0000)
commitdc9704255d70fb56e279c108c41d29626eb6bf89
tree905c337e7677ff2aeb6004d9365784d11c70e289
parentab4dc5261eea8662adabd0c326ab6297e6556b32
Allow neutron-sanity-check to check OVS patch port support

This patch allows to check OVS patch port support using:

  neutron-sanity-check --ovs_patch

or pass in the deployed configuration files with a non-empty
AGENT/tunnel_types (indeed patch ports are used to interconnect
br-int and br-tun):

  neutron-sanity-check --config-file ml2.conf.ini

DocImpact
Related-Bug: #1285335
Change-Id: Ic7bfabd1f4b85bfa490dd06c70eb5682ee42a681
neutron/cmd/sanity/checks.py
neutron/cmd/sanity_check.py
neutron/tests/functional/sanity/test_ovs_sanity.py