Synchronise master with upstream#269
Closed
github-actions[bot] wants to merge 27 commits into
Closed
Conversation
This patch removes eventlet usage Change-Id: I699db8c0720c9c0336e0e1b757041f6d3603f623 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
It was replaced by stestr and has been unused. Change-Id: I0f4903c21822935b68b182f82a5efd4b11b2630e Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
Change-Id: I810e84b54545f04165b117e6d05e57b049adca54 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Needed for grenade enablement Change-Id: Ia0941eb3a7d93274b290dffd3161e92b770b9629 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
The magnum core repository should be a driver-agnostic shell supporting external drivers (e.g. magnum-capi-helm, magnum-cluster-api). Remove the Heat-based driver infrastructure and the bundled k8s_fedora_coreos_v1 driver, along with all associated configuration, tests, and dependencies. Depends-On: https://review.opendev.org/c/openstack/magnum-tempest-plugin/+/987846 Change-Id: I8f2133576a9e658f5b28c1287a12837fae2776db Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: I2e0d4e16ee06f76844c6461e5ecb6f921c254955 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
k8s_opensuse driver is long gone and not usable anymore example_template is also not usable anymore Change-Id: I0f9607c195cf3c5e0e0c9b71d8e97c842b44bf61 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: I7d7613fe01a452567bbf0951ff2d84848289147d Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: I4e7596585c0017a642ce7fe380880c667dc5cb22 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: If535eb156ad91b22d31d1286efe2631f8b812919 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: Iae124ab08f6dc31b28181986f97f3e95d45181f7 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: Iff4e0c8ed55597ef3ad2e539cc9ff681dd949b08 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: I32b55707050100570b3456cce74af14134532a9e Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
keystonemiddleware dropped admin_user, admin_password, admin_tenant_name, auth_uri and related v2.0-era options from [keystone_authtoken] in the 2026.2 release (removal of AuthTokenPlugin). Remove the _get_legacy_auth() fallback and its try/except in _get_auth(), the import_group() call that pulled those options into Magnum's config, and the legacy_session_opts deprecated aliases for TLS session options. Update auth_url to read from [keystone_auth].auth_url first, falling back to [keystone_authtoken].www_authenticate_uri. Remove the auth_uri fallback and v2.0->v3 URL rewrite from hooks.py and keystone.py. Change-Id: I04aafe25068ea82e142cf97da4936d291ef00150 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: Ia602478236ed53f9d9387c348077a45c0480c495 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Member
|
Superseded by #276 |
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
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.
This PR contains a snapshot of master from upstream master.