From c65433d700e5b0d57fc2b4495be84c0dfa3939f3 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 15 Nov 2021 16:31:16 +0000 Subject: [PATCH] Update git submodules * Update python-openstackclient from branch 'master' to 8b394e564120984059d6424bb870c8da51a400e7 - Merge "Switch openstack server add port/network to using sdk." - Switch openstack server add port/network to using sdk. The old novaclient.v2.server.Server.interface_attach() method is replaced with proxy.create_server_interface(). In swargs, 'net_id' and 'port_id' are mutual-exclusive, if one of them is given with value, the other one cannot be None, as the API would responde with 400 (None is not string). In unit test, temporary method 'setup_sdk_servers_mock' is added, because other tests are still using the old 'setup_servers_mock'. Functional tests are added. Releasenote is generated. Change-Id: I9899f0509febc5143560a1859ae6344d0a6d1427 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 163cb01e46..8b394e5641 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 163cb01e46fc3f906154a7045fdbe9342cd446c7 +Subproject commit 8b394e564120984059d6424bb870c8da51a400e7