Package: nova / 2:32.1.0-5

Metadata

Package Version Patches format
nova 2:32.1.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Install missed files.patch | (download)

MANIFEST.in | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

 install missed files
remove svg converter from doc conf.py.patch | (download)

doc/source/conf.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove sphinxcontrib.rsvgconverter from doc conf.py
Add a healtcheck url.patch | (download)

etc/nova/api-paste.ini | 11 8 + 3 - 0 !
1 file changed, 8 insertions(+), 3 deletions(-)

 [patch] add a /healthcheck url

This is useful for operators to configure HAProxy and
for monitoring.

fix exception.NovaException.patch | (download)

nova/virt/disk/api.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix exception.novaexception
Fix test_simple_tenant_usage test.patch | (download)

nova/tests/unit/policies/test_simple_tenant_usage.py | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 fix test_simple_tenant_usage test
 API policy test_simple_tenant_usage test does
 not send the start and end time in request's query
 string. In that case, API set the current time to
 both start and end times. So there is a chance that
 both start and end times can be the same, and Nova
 raises an error:
 - https://github.com/openstack/nova/blob/9e5ad07aeeb9f14eba37e2cdea9377e7af48ef88/nova/api/openstack/compute/simple_tenant_usage.py#L258
Closes-Bug: https://launchpad.net/bugs/2130703
fix failing timebased tests.patch | (download)

nova/tests/unit/compute/test_compute.py | 3 3 + 0 - 0 !
nova/tests/unit/conductor/tasks/test_cross_cell_migrate.py | 2 2 + 0 - 0 !
nova/tests/unit/db/main/test_api.py | 3 3 + 0 - 0 !
3 files changed, 8 insertions(+)

 fixed failing timebased tests
 If the updates are made on the same second, these unit tests are failing.
 Adding a time.sleep(2) fixes it.