4 Commits

Author SHA1 Message Date
629c6dff34 Update master for stable/2023.2
Add file to the reno documentation build to show release notes for
stable/2023.2.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.2.

Sem-Ver: feature
Change-Id: Iee1ea4f4cc78c7de1cda0369e892f44b1ea69269
2023-09-14 01:25:47 +00:00
Luis Tomas Bolivar
cb978dc244 Add a new driver that uses NB DB instead of SB DB
This patch creates a new driver using NB DB information instead of
SB DB. This has 2 objective:
- Alleviate the stress on big scale environment due to many
  connections to the SB DBs.
- Being more future proof as content generated in the SB DBs based
  on NB DB information is subject to change. For example we were
  already adviced that the information we are currently using for
  ovn LB events at the SB DB is probably going to change soon.

Depends-On: https://review.opendev.org/c/openstack/ovsdbapp/+/873853
Change-Id: Ib6bf077ce1e354652f5b728bd7192c762d3d071b
2023-04-10 09:28:44 +02:00
Lucas Alvares Gomes
a9eef36c25 Fix tox -e releasenotes
Fix the "openstackdocs_auto_name" configuration value type, otherwise
the command will fail with the following error:

Warning, treated as error:
The config value `openstackdocs_auto_name' has type `str', defaults to
`bool'.

Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
Change-Id: Id130a0dd9eabc2ed8847b25e8787947086863f79
2023-01-25 09:57:07 -03:00
Lucas Alvares Gomes
224a19994e Initial commit
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
Change-Id: I7de2acf50ab009a3a45b90b977c4c7d801c491b5
2021-08-27 16:56:11 +01:00