CLOUDSTACK-8219: Marvin: Correct code related to getting free vlan in the setup
Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/95f17d61 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/95f17d61 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/95f17d61 Branch: refs/heads/hotfix/scp-exception Commit: 95f17d61f8e688df336f2aa59ccbbd47cdefbe34 Parents: 2580edb Author: Gaurav Aradhye <gaurav.arad...@clogeny.com> Authored: Thu Feb 5 16:15:04 2015 +0530 Committer: SrikanteswaraRao Talluri <tall...@apache.org> Committed: Tue Feb 17 18:18:13 2015 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/lib/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/95f17d61/tools/marvin/marvin/lib/common.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/lib/common.py b/tools/marvin/marvin/lib/common.py index 28ec024..c59cf10 100644 --- a/tools/marvin/marvin/lib/common.py +++ b/tools/marvin/marvin/lib/common.py @@ -972,7 +972,7 @@ def get_free_vlan(apiclient, zoneid): physical_network = list_physical_networks_response[0] - networks = list_networks(apiclient, zoneid=zoneid, type='Shared') + networks = list_networks(apiclient, zoneid=zoneid) usedVlanIds = [] if isinstance(networks, list) and len(networks) > 0: