Comment 0 for bug 2025618

Revision history for this message
Rodolfo Alonso (rodolfo-alonso-hernandez) wrote :

The ``NeutronDbPluginV2TestCase.port`` method input parameters are misleading. The "subnet" parameter won't create a port in the subnet selected; the method will extract the network and will enforce only the creation of the port on this network.

In order to create a port on the required subnet, the parameter "fixed_ips" should be provided instead.