]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix retrieval of shared networks
authorSalvatore Orlando <salv.orlando@gmail.com>
Tue, 22 Jan 2013 16:30:02 +0000 (08:30 -0800)
committerSalvatore Orlando <salv.orlando@gmail.com>
Wed, 27 Feb 2013 00:52:24 +0000 (01:52 +0100)
commit8fbf5441cdc9c119b6bbe7c0cd49391886ba405e
tree5f5b3f1a5e59b7cd410a10fa4e8ea0c0bd22827a
parentbbbcfdd69c51254493ac56c75644b010e0731293
Fix retrieval of shared networks

Bug 1130171

This patch adds a new tag_scope, 'shared', in order to allow
the NVP plugin to retrieve also shared networks from NVP when
listing networks. This way it won't appear as Quantum has a
network without a corresponding lswitch in NVP

Change-Id: I24f950d54c0b9e582c92e8008e75ebd00f6c9fe3
quantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.py
quantum/plugins/nicira/nicira_nvp_plugin/nvplib.py
quantum/tests/unit/nicira/test_nicira_plugin.py