masakari:stable/2023.1

Last commit made on 2023-03-06
Get this branch:
git clone -b stable/2023.1 https://git.launchpad.net/masakari

Branch merges

Branch information

Name:
stable/2023.1
Repository:
lp:masakari

Recent commits

72b6929... by OpenStack Release Bot <email address hidden>

Update TOX_CONSTRAINTS_FILE for stable/2023.1

Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/2023.1 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: Idf821601a3b58b368fab543164264a11e4dba690

1bb8d11... by OpenStack Release Bot <email address hidden>

Update .gitreview for stable/2023.1

Change-Id: Ic18b9fd25069256f3fa463b763c17e208687b5bf

3e1b851... by suzhengwei

vmoves table purge support

Change-Id: I10b4793d0471a26df4381988670334a695067d27

20db09f... by Zuul <email address hidden>

Merge "add api-ref for masakari vmoves"

fdee6e1... by suzhengwei

add api-ref for masakari vmoves

Change-Id: I82ba71efba7dd8b0b7e0919bfd543cd105b8f3d1

72a35ed... by suzhengwei

update api microversion for masakari vmoves

Change-Id: If85a1dc8e0801fc52effdaf17f0fa6da11688eab

e8db24c... by Zuul <email address hidden>

Merge "vm moves for host notification"

23c6c31... by suzhengwei

vm moves for host notification

This feature is mainly to persist vm moves information of one host
notification into the database. It also provides a new 'VMove' api,
which could help users to insight the process or result of the host
recovery workflow, such as which vms evacuated succeed or failed, and
which ones are still evacuating.

Implements: BP vm-evacuations-for-host-recovery
Change-Id: I334af06ef526bf11dfe5030e8cba210b98f1ceea

73e3599... by Tobias Urdin

Use new get_rpc_client API from oslo.messaging

Use the new API that is consistent with
the existing API instead of instantiating the client
class directly.

This was introduced in release 14.1.0 here [1] and
added into oslo.messaging here [2]

[1] https://review.opendev.org/c/openstack/requirements/+/869340
[2] https://review.opendev.org/c/openstack/oslo.messaging/+/862419

Change-Id: Ica14ddd31fa6be22b0d1f4bed26f266c6d9f660f

324fe6e... by Radosław Piliszek

Fix tox4 issues

New tox version 4 has changed interpretation of tox.ini

The passenv parsing requires the list to be comma-separated.
Since the names are case-insensitive, duplicates are removed.

skipsdist is now a synonym of no_package and avoids the
installation of the package in all cases.
However, some environments require it (for setup metadata).

Fix allowlist_externals where appropriate.

Change-Id: Icb067e85e4f4874a52710d7053a2048e337305c8