[Yahoo-eng-team] [Bug 2076181] [NEW] Accidentally no-allocation-pool for subnet leads to poor diagnosis of build-in dhcp service issues

2024-08-06 Thread Anton Kurbatov
Public bug reported: Our customer reported an issue where he does not understand what is wrong with the DHCP service. As it turned out, during the management of subnet allocation pools, he accidentally deleted the allocation pool (thinking that the entire range would be used). Then he reset (off

[Yahoo-eng-team] [Bug 2076178] [NEW] [Documentation] Nova Installation misses api_database entry for compute node

2024-08-06 Thread Roger Diego da Silva Sacchelli
Public bug reported: Documentation misses an important step to add to /etc/nova/nova.conf the [api_database] entry: [api_database] connection = mysql+pymysql://nova:NOVA_PASS@controller/nova_api If not added the validation step below fails: su -s /bin/sh -c "nova-manage cell_v2 discover_hosts -

[Yahoo-eng-team] [Bug 1938103] Re: assertDictContainsSubset is deprecated since Python3.2

2024-08-06 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/blazar/+/925743 Committed: https://opendev.org/openstack/blazar/commit/3999bf1fb7b51ae6eb8e313cfc8526a57336677a Submitter: "Zuul (22348)" Branch:master commit 3999bf1fb7b51ae6eb8e313cfc8526a57336677a Author: Pierre Riteau Date: Tue Aug 6 10

[Yahoo-eng-team] [Bug 2076163] [NEW] Persistent mdev support does not work with < libvirt 8.10 due to missing VIR_NODE_DEVICE_CREATE_XML_VALIDATE

2024-08-06 Thread Balazs Gibizer
Public bug reported: The persistent mdev feautre passes that flag but that flag was only supported since libvirt 8.10.0 so with older libvirt like 7.3.0 (min persistent mdev) or 8.0.0 (ubuntu 22.04) the persistent mdev feature cannot be enabled as nova-compute will fail due to the missing constant

[Yahoo-eng-team] [Bug 1938103] Re: assertDictContainsSubset is deprecated since Python3.2

2024-08-06 Thread Pierre Riteau
** Also affects: blazar Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1938103 Title: assertDictContainsSubset is deprec