openstack-python-openstackc.../openstackclient
Diwei Zhu 2183a61147 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
2021-11-14 15:23:36 +00:00
..
api Remove usage of six 2020-10-07 02:15:25 +00:00
common Remove 'get_osc_show_columns_for_sdk_resource' duplicates 2021-10-21 17:14:45 +01:00
compute Switch openstack server add port/network to using sdk. 2021-11-14 15:23:36 +00:00
identity Merge "Add name and enabled param in ListDomain parser" 2020-12-22 13:30:59 +00:00
image Remove 'get_osc_show_columns_for_sdk_resource' duplicates 2021-10-21 17:14:45 +01:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Remove 'get_osc_show_columns_for_sdk_resource' duplicates 2021-10-21 17:14:45 +01:00
object Add storage policy option to create container command 2020-02-19 10:08:48 +13:00
tests Switch openstack server add port/network to using sdk. 2021-11-14 15:23:36 +00:00
volume Merge "volume: Add 'volume transfer request create --(no-)snapshots' option" 2021-08-26 08:03:53 +00:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Remove usage of six 2020-10-07 02:15:25 +00:00