[Yahoo-eng-team] [Bug 2045746] Re: openstack server add volume -device can not assign an internal device name for volume

2023-12-19 Thread Artom Lifshitz
I'm afraid this is expected behaviour, and we call it out in our API reference [1]: device (Optional) body string Name of the device such as, /dev/vdb. Omit or set this parameter to null for auto-assignment, if supported. If you specify this parameter, the device

[Yahoo-eng-team] [Bug 2033209] Re: changing openstack_domain does not change in nova DB

2023-12-19 Thread Artom Lifshitz
If I understand correctly, it looks like the hostnames of your compute hosts has changed because of a deployment error. I understand that this is not your fault, but renaming compute host names is essentially forbidden, as it causes the kind of breakage that you're reporting in this bug. We have

[Yahoo-eng-team] [Bug 2046457] Re: ovn provider fails with "AttributeError: 'Client' object has no attribute 'ports'"

2023-12-19 Thread Rodolfo Alonso
** Changed in: neutron Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2046457 Title: ovn provider fails with "AttributeError: 'Client' object has

[Yahoo-eng-team] [Bug 2043030] Re: Flavors with trait:HW_CPU_X86_VMX='required' are not working properly

2023-12-19 Thread Elod Illes
** Also affects: nova/bobcat Importance: Undecided Status: New ** Also affects: nova/antelope Importance: Undecided Status: New ** Changed in: nova/antelope Status: New => In Progress ** Changed in: nova/bobcat Status: New => In Progress -- You received this

[Yahoo-eng-team] [Bug 1382837] Re: nova-compute is started before libvirt

2023-12-19 Thread WangJing
** Also affects: nova Importance: Undecided Status: New ** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1382837 Title: nova-compute

[Yahoo-eng-team] [Bug 2046939] [NEW] [OVN] ``OVNAgentExtensionManager`` is resetting the ``agent_api`` during the initialization

2023-12-19 Thread Rodolfo Alonso
Public bug reported: The ``OVNAgentExtensionManager`` instance of the OVN agent is resetting the ``agent_api`` member during the extensions manager initialization. The ``OVNAgentExtensionManager`` inherits from ``AgentExtensionsManager``. The ``initialize`` method iterates through the loaded

[Yahoo-eng-team] [Bug 2046937] [NEW] Add multiple SSH key pairs

2023-12-19 Thread Francesco Di Nucci
Public bug reported: Actually (at least up to 2023.1 Antelope) when launching a new instance through the dashboard it is only possible to add a single key pair. There is a [workaround](https://help.switch.ch/engines/faq/how-to-use- multiple-ssh-keys/) but only works through CLI. It would be nice

[Yahoo-eng-team] [Bug 2046892] [NEW] [OVN] Retrieve the OVN agent extensions correctly

2023-12-19 Thread Rodolfo Alonso
Public bug reported: The OVN agent extensions are stored in the ``OVNNeutronAgent.ext_manager``, that is an instance of ``OVNAgentExtensionManager`` (that inherits from ``NamedExtensionManager``). In order to retrieve the loaded extension object, it is needed to retrieve the extension using the