]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow probe-create to specify device_owner.
authorZhesen <zhesen@nttmcl.com>
Thu, 17 Jan 2013 01:57:57 +0000 (17:57 -0800)
committerJason Zhang <zhesen@nttmcl.com>
Fri, 8 Mar 2013 04:24:52 +0000 (20:24 -0800)
commit1d206cc309a3fb51c50c77ab31b886b890f0bd1f
treec2c48633b50cc6aafef5775bea7a4b1afa161e1a
parent9951582d33f57ed53e0a3ece9f1f81623faba032
Allow probe-create to specify device_owner.

The device owner of the probe port can be
specified by the --device-owner option.

There are two values for device-owner option,
network or compute.

The probe port will be created with the network
as the device owner by default.

Fixes: bug #1102726
Change-Id: I72d62e2fe7b8f7a5eb4411bc9052efa82fb4fdf5
quantum/debug/commands.py
quantum/debug/debug_agent.py
quantum/tests/unit/test_debug_commands.py