forked from openstack/python-neutronclient
-
Notifications
You must be signed in to change notification settings - Fork 0
latest master merge #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
deepanshusagar
wants to merge
1,020
commits into
TrilioBuild:trilio_old
Choose a base branch
from
openstack:master
base: trilio_old
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I4616b8e1472a6f95e245abe79faaa5669ac2496a Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Change-Id: Ie636b2253cd263e9f958af430e93fc1eb5efbc23
Change-Id: If61a78de8b16f62586988f5fdeab2146f67fa3f7
Change-Id: If1b9a9d1d16bed7c28b87bd47c30d5aaa05da546 Partial-Bug: #1753504
Change-Id: Ibba1061d447a73bb3e13e1b8869300d2c0de1b16 Partial-Bug: #1753504
Change-Id: Ie07cf987382281c00023b41ce74c314ec2457502 Partial-Bug: #1753504
Change-Id: I913993c0bff15df19bf3978ed36062f970eef538 Partial-Bug: #1753504
Change-Id: I667dd870b615d4a9ccefd35fcb1ebf15760b1d6d Partial-Bug: #1753504
Change-Id: Ib4dc5f6c7ba57d94364f19a049c690d3817c723a Partial-Bug: #1753504
Change-Id: I9719d9b308811e7bf218af2f7da949b6c0509fc1 Closes-Bug: #1753504
Fix lower-constraints don't match the lower bounds in the requirements file(s). It causes fail in requirements-check. REF: http://lists.openstack.org/pipermail/openstack-dev/2018-April/129056.html Change-Id: Iaa3c390d5c66bdbf5836a6d5d59bc5a636235722
For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Depends-On: https://review.openstack.org/#/c/559315/ Depends-On: https://review.openstack.org/#/c/559332/ Change-Id: Icbdc67dab1853162b1a877891195cc26b4873cb0
During the review https://review.openstack.org/#/c/554597/, it turns out that oslo.log is a direct dependency. This commit adds oslo.log to requirements.txt. Change-Id: Ief5930dcb0793e441aabf658269ada31b05b7de5
The arg is called "agent", not "agent_id". Change-Id: I5dd524137202a5411451e775c7ca5d6748dc6e7a Closes-Bug: 1762488
pycodestyle 2.4.0 which is updated along with pep8 introduces new checks and they hit neutronclient. Change-Id: Ic417aee3239c46f1e989c50b9814adfd75cff175
In neutronclient we use a eval function for processing CLI neutron arguments. This function possible insecure because eval get argument from client side. Instead of it we can use a dict with allowed types which is more secure. Closes-Bug: #1762938 Change-Id: Idde55d1b9206e9ef8742464825709f098d488a8e Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Set or unset port pair for port pair group failed because the type of 'existing' is wrong Change-Id: I198e745fccff76184d9813805d1c1915aff5a273 Closes-Bug: #1762884
Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I8a94ae70c638927f113d9a648f8cd5df41474bba
According to official site, https://packaging.python.org/guides/analyzing-pypi-package-downloads/ PyPI package download statistics is no longer maintained and thus should be removed. Change-Id: I190d233eaaea8e445e2d0c9b98ee81cb8cf08fab
This change fixes the incompatability with the openstacksdk for inserting and removing rules from firewall policiese. Closes-Bug: #2057816 Change-Id: I8db7b4cc61b810887b0a675efa562f089821e8ec
Update the zed release notes configuration to build from unmaintained/zed. Change-Id: I73aa32050dfaa378dd7455846e994560851c0e54
This patch updates the resource comparison to accurately differentiate between the manipulation of networks, ports, and router associations. Introduced in I84fe4bb45d24c2f4a7a0246e2b9fb50354a715e0, the previous implementation contained incorrect variable names, leading to inconsistent results. This fix ensures that each resource type is properly identified during comparison. Closes-Bug: #2064286 Change-Id: Ieb87174296240f8f76ec10b39007935545b1bd3f
Add file to the reno documentation build to show release notes for stable/2024.2. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2024.2. Sem-Ver: feature Change-Id: I02c3547991a272afcc3a8902476949cd0bd1ce74
None of the tests implemented in this repository depend on tempest. In addition testscenarios is not used either, and can be removed. Change-Id: I642f8a5093a6e2b5528e446a798270734c4ed30d
tox now always recreates an env although the env is shared using envdir
options.
~~~
$ tox -e genpolicy
genpolicy: recreate env because env type changed from
{'name': 'genconfig', 'type': 'VirtualEnvRunner'} to
{'name': 'genpolicy', 'type': 'VirtualEnvRunner'}
~~~
According to the maintainer of tox, this functionality is not intended
to be supported.
tox-dev/tox#425 (comment)
Change-Id: I496d3ffe65be13df80c29ac4582596be0aa4d909
Python 3.8 was removed from the tested runtimes for 2024.2[1] and has not been tested since then. Also add a few newer versions which are part of the tested runtimes for 2025.1. [1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html Change-Id: Ic0c05be1ce22dc2a5c67c6eb2b215d50d57ff116
Closes-Bug: #2086144 Change-Id: Ic8ae85ee62e35991e8bb0096cdc6785a0b04e545
Update the 2023.1 release notes configuration to build from unmaintained/2023.1. Change-Id: Id69fb2c2e197e91d679473c52f556e378fa3ba1e
Extend the lists of choices for encryption algorithms, auth algorithms, and PFS groups to include the additions made in neutron-vpnaas. Encryption algorithms: add AES CCM mode and AES GCM mode variants for 128/192/256 bit keys and 8/12/16 octet ICVs, add AES CTR modes for 128/192/256 bit keys Auth algorithms: add aes-xcbc and aes-cmac. PFS: add Diffie Hellman groups 15 to 31. Related-Bug: #1938284 Change-Id: I3fd17b93820da9d86b2fc4bc89058475d7629d5d
Direct dependency on the library was removed by [1]. [1] 9c464ba Change-Id: Id24f85b68c42977cb3f34c66934238a16e03a79c
Add file to the reno documentation build to show release notes for stable/2025.1. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2025.1. Sem-Ver: feature Change-Id: Ia1fb8c591c315404d4e758a657a4b35fe523dfff
The deprecation of python-neutronclient bindings was discussed on the 2025.2 (Flamingo) PTG: https://etherpad.opendev.org/p/apr2025-ptg-neutron#L163 Change-Id: Ieb08fc0884d7f386dc94090dce9d284d786d1ec2
It is no longer directly used by any test code in this repository since we switched to stestr[1]. It is now installed as a dependency of stestr. [1] 259c386 Change-Id: Iacbdd3477a9e0b2d2bae3e09d20867d794586673
It was deprecated[1] after the code was merged into openstacksdk[2]. It's not actually used by any code in this repository. [1] https://review.opendev.org/c/openstack/os-client-config/+/549307 [2] https://review.opendev.org/c/openstack/openstacksdk/+/518128 Change-Id: Ia93d2952ca09fc70a970a85789775441ed114d49 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
Add file to the reno documentation build to show release notes for stable/2025.2. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2025.2. Sem-Ver: feature Change-Id: I97f7bba4f875b98d98f03ba60ee394a1aa64a3fd Signed-off-by: OpenStack Release Bot <infra-root@openstack.org> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/add_release_note_page.sh
This commit adds the Tap-as-a-Service client code as-is based on the discussion that it can now be included into the Neutron client[1]. [1]: https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/PCITF3UPLEEVQB7EVJ2MB6FLAI3RFYSR/ Change-Id: I82b3229b3f9ac7ef57324d0a611527c77d26c3b6 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
Update the 2024.1 release notes configuration to build from unmaintained/2024.1. Change-Id: Ic2592d22b36b22f3cf48a21d81bfb0b41b31ae86 Signed-off-by: OpenStack Release Bot <infra-root@openstack.org> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/change_reno_branch_to_unmaintained.sh
This reverts commit 01ffc46. Reason for revert: In the last PTG we decided that the best location for the stadium projects osc client code would be the openstackclient repo. A patch was proposed for tapaas, see depends-on link below. Other projects will follow Change-Id: Iaad2080f0ef552a0c0a00635bea48130cfc327a4 Depends-On: https://review.opendev.org/c/openstack/python-openstackclient/+/963445 Signed-off-by: Miro Tomaska <mtomaska@redhat.com>
This commit fixes a bug in v2_0 client's "list_port_bindings" function, where it uses "port_bindings" to access Neutron's response, instead of "bindings" [0]. [0]: https://docs.openstack.org/api-ref/network/v2/index.html#show-port-binding-of-a-port Closes-Bug: #2130459 Change-Id: I32ef753ec212b55f698e3844e043f68b22992ead Signed-off-by: Zhan Zhang <zzhang953@bloomberg.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.