From be6b70dd42092b6cf82bec37d2a05f44eb4b290c Mon Sep 17 00:00:00 2001 From: Steven Pisarski Date: Wed, 16 May 2018 17:52:59 +0000 Subject: Update git submodules * Update docs/submodules/snaps from branch 'master' - Merge "Removed project query restriction when looking up network for port creation." - Removed project query restriction when looking up network for port creation. When creating a router to an external network, the port configuration object was performing a lookup using the port's user and project ID; however, as external networks created in other projects and are visible amongst all projects can also be added to a port. This patch removes the project restriction from the network query. I do not believe this fix should ultimately break other functionality as networks that cannot be looked up by a certain user would still return None raising a valid exception. JIRA: APEX-598 Change-Id: I6cd32373fd4f42d8ad9b63a89c2131f95b113ce8 Signed-off-by: spisarski --- docs/submodules/snaps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/snaps b/docs/submodules/snaps index 43841adbd..399d3eddd 160000 --- a/docs/submodules/snaps +++ b/docs/submodules/snaps @@ -1 +1 @@ -Subproject commit 43841adbdf40caf8d63574a7acc3e74eed98cd50 +Subproject commit 399d3eddd132ed77af569d2532c47624cb7e1168 -- cgit 1.2.3-korg