]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Set type=internal as part of port creation
authorTerry Wilson <twilson@redhat.com>
Fri, 26 Dec 2014 20:06:20 +0000 (13:06 -0700)
committerTerry Wilson <twilson@redhat.com>
Fri, 26 Dec 2014 20:06:20 +0000 (13:06 -0700)
commit2fccc7ed2cec13cb87e987e0a57c3a17df89888b
tree94ce7103226e723ddc394012ed37c009d372db01
parent197838bb7dbd288da641ea62922638ff2e5cda0f
Set type=internal as part of port creation

When creating an internal device with ovs-vsctl, the 'set'
operation must occur as part of the transaction that creates the
port, otherwise the device creation will fail and an ofport will
not be assigned.

Change-Id: I30ecb920ee1c64d25b5e7eed69e92bd71caac435
neutron/tests/functional/agent/linux/base.py