From 099fe042e0ed86fac9b2f611f7b016b9514cd41e Mon Sep 17 00:00:00 2001 From: spisarski Date: Mon, 18 Dec 2017 10:02:02 -0700 Subject: [PATCH] Update git submodules * Update docs/submodules/snaps from branch 'master' - Refactored VmInst domain class for Ports. Removed network dict and replaced with a list of Port domain objects. The old network member was directly copied into the VmInst object from neutron meaning that Neutron implementation details were leaking through. This refactor not only makes VmInst objects easier to use, it also ensures that future Neutron API changes will not break the library. JIRA: SNAPS-251 Change-Id: I3e5e811e433bf7670ecd80405186ac2ac0739def Signed-off-by: spisarski --- docs/submodules/snaps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/snaps b/docs/submodules/snaps index 2f32a8405..dc6699282 160000 --- a/docs/submodules/snaps +++ b/docs/submodules/snaps @@ -1 +1 @@ -Subproject commit 2f32a84057a7562524cda9f224b13ba0a394d7ce +Subproject commit dc6699282623b5cb3e0df80f8687b8e1333e88bd -- 2.16.6