]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
fall back to `ip link` when `ip tuntap` unavailable
authorGary Kotton <gkotton@redhat.com>
Tue, 15 May 2012 07:33:04 +0000 (03:33 -0400)
committerGary Kotton <gkotton@redhat.com>
Wed, 16 May 2012 19:16:30 +0000 (15:16 -0400)
commitcd9903fd1083a419109d109ee48feb7f9ba46708
tree4036daecfba7fdb092a3207e2f3c1e447040e787
parent77df8ddc47d575efad34b1b2d932bec7c0f3a270
fall back to `ip link` when `ip tuntap` unavailable
bug 989868

In the event that the command "ip tuntap" is not found then a exception will
be raised and the command "ip link" will be perfomed.

Changes following comments

More appropriate error message

Same style for log/error messages

Change-Id: Ia912e189b73dd0d112b7ef4eefbb7245ee595b54
quantum/plugins/linuxbridge/agent/linuxbridge_quantum_agent.py