From 6b965c9957c088656227445adfae890b73cd8934 Mon Sep 17 00:00:00 2001 From: spisarski Date: Mon, 24 Jul 2017 11:27:59 -0600 Subject: Update git submodules * Update docs/submodules/snaps from branch 'master' - Fixed problems when setting the OpenStack project ID. There were several calls to retrieve the project ID that required named parameters which was causing the utility function to always return None. Additionally, when creating the dict() required by the Neutron create API 'body' parameter key 'project_id' is not supported and still uses 'tenant_id'. As these problems should have been found earlier, this patch also extends the tests for networks, subnets, ports, and security groups to use 'tenant_id' rather than 'project_id'. JIRA: SNAPS-143 Change-Id: Ic69e56145ea6070718d821edd22a1d0f9970995d Signed-off-by: spisarski --- docs/submodules/snaps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/snaps b/docs/submodules/snaps index feae63d11..3d6ec1eea 160000 --- a/docs/submodules/snaps +++ b/docs/submodules/snaps @@ -1 +1 @@ -Subproject commit feae63d11f8295a0d9327496f42949ad5b67fca4 +Subproject commit 3d6ec1eeaf70ae4e46042946f8bd35d5b5380401 -- cgit 1.2.3-korg