[Yahoo-eng-team] [Bug 1463044] [NEW] Hyper-V: the driver fails to initialize on Windows Server 2008 R2

2015-06-08 Thread Lucian Petrut
R2. Trace: http://paste.openstack.org/show/271422/ ** Affects: nova Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1461970] [NEW] Hyper-V: failed to destroy instance

2015-06-04 Thread Lucian Petrut
: http://paste.openstack.org/show/262589/ ** Affects: nova Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress ** Tags: hyper-v ** Changed in: nova Assignee: (unassigned) = Lucian Petrut (petrutlucian94) -- You received this bug notification

[Yahoo-eng-team] [Bug 1467916] [NEW] Hyper-V: get free SCSI controller slot issue on V1

2015-06-23 Thread Lucian Petrut
will raise an AttributeError in case there disks connected to the SCSI controller. For this reason, attaching a second volume will fail. This bug affects Windows Server 2008 R2 and Windows Server 2012 when using the V1 namespace. ** Affects: nova Importance: Undecided Assignee: Lucian

[Yahoo-eng-team] [Bug 1467451] [NEW] Hyper-V: fail to detach virtual hard disks

2015-06-22 Thread Lucian Petrut
Public bug reported: Nova Hyper-V driver fails to detach virtual hard disks when using the virtualizaton v1 WMI namespace. The reason is that it cannot find the attached resource, using the wrong resource object connection attribute. This affects Windows Server 2008 as well as Windows Server

[Yahoo-eng-team] [Bug 1466056] [NEW] Hyper-V: serial ports issue on Windows Threshold

2015-06-17 Thread Lucian Petrut
. ** Affects: nova Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress ** Tags: hyper-v ** Tags added: hyper-v -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1461081] [NEW] SMBFS volume attach race condition

2015-06-02 Thread Lucian Petrut
Public bug reported: When the SMBFS volume backend is used and a volume is detached, the according SMB share is detached if no longer used. This can cause issues if at the same time, a different volume stored on the same share is being attached as the according disk image will not be available.

[Yahoo-eng-team] [Bug 1372827] Re: Improve efficiency of Hyper-V attaching iSCSI volumes

2016-01-07 Thread Lucian Petrut
** Also affects: os-win Importance: Undecided Status: New ** Changed in: os-win Assignee: (unassigned) => Lucian Petrut (petrutlucian94) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (n

[Yahoo-eng-team] [Bug 1591996] [NEW] Serial console output is not properly handled

2016-06-13 Thread Lucian Petrut
if the compute node is using Python 3, as we are passing a byte array. https://github.com/openstack/nova/blob/6d2470ade25b3a58045e7f75afa2629e851ac049/nova/compute/manager.py#L4283-L4297 ** Affects: nova Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress

[Yahoo-eng-team] [Bug 1550391] [NEW] Unregistered versioned object breaks Hyper-V live migration

2016-02-26 Thread Lucian Petrut
Assignee: Lucian Petrut (petrutlucian94) Status: In Progress -- 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/1550391 Title: Unregistered versioned object

[Yahoo-eng-team] [Bug 1555699] [NEW] Hyper-V: failed cold migrations cannot be reverted

2016-03-10 Thread Lucian Petrut
Public bug reported: When performing a cold migration, the Hyper-V driver moves the instance files to a temporary folder, and from there, it copies them to the destination node. The instance folder is not moved entirely, as it will hold some Hyper-V specific files that cannot be deleted/moved

[Yahoo-eng-team] [Bug 1372823] Re: iSCSI LUN list not refreshed in Hyper-V 2012 R2 compute nodes

2016-03-11 Thread Lucian Petrut
Reviewed: https://review.openstack.org/249291 Committed: https://git.openstack.org/cgit/openstack/os-win/commit/?id=b72790bacfd356021b2dd870ade6c9c216fd14a0 Submitter: Jenkins Branch: master commit b72790bacfd356021b2dd870ade6c9c216fd14a0 Author: Lucian Petrut <lpet...@cloudbasesolutions.

[Yahoo-eng-team] [Bug 1564829] Re: SMBFS volume driver cannot handle missing mount options

2016-04-01 Thread Lucian Petrut
** Also affects: nova Importance: Undecided Status: New ** Summary changed: - SMBFS volume driver cannot handle missing mount options + Hyper-V SMBFS volume driver cannot handle missing mount options -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1565895] [NEW] Hyper-V: cold migrations cannot handle shared storage

2016-04-04 Thread Lucian Petrut
Public bug reported: At the moment, if the destination host is other than the source host, we attempt to move the instance files without checking if shared storage is being used. ** Affects: compute-hyperv Importance: Undecided Status: New ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1580122] [NEW] Hyper-V: cannot attach volumes from local HA shares

2016-05-10 Thread Lucian Petrut
Public bug reported: At the moment, the Hyper-V driver uses the UNC path of images stored on SMB shares, regardless if the share is remote or not. Citing from the MS documentation, this is not supported: “Accessing a continuously available file share as a loopback share is not supported. For

[Yahoo-eng-team] [Bug 1580122] Re: Hyper-V: cannot attach volumes from local HA shares

2016-05-10 Thread Lucian Petrut
** Also affects: compute-hyperv Importance: Undecided Status: New -- 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/1580122 Title: Hyper-V: cannot attach volumes

[Yahoo-eng-team] [Bug 1604078] [NEW] Hyper-V: planned vms are not cleaned up

2016-07-18 Thread Lucian Petrut
Public bug reported: We create a planned vm during live migration when having passthrough disks attached in order to properly configure the resources of the 'new' instance. The issue is that if the migration fails, this planned vm is not cleaned up. Although planned vms are destroyed at a

[Yahoo-eng-team] [Bug 1403836] Re: Nova volume attach fails for a iscsi disk with CHAP enabled.

2016-06-28 Thread Lucian Petrut
** Changed in: nova Status: Confirmed => Fix Released -- 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/1403836 Title: Nova volume attach fails for a iscsi disk

[Yahoo-eng-team] [Bug 1611321] [NEW] HyperV: shelve vm deadlock

2016-08-09 Thread Lucian Petrut
Public bug reported: At the moment, the instance snapshot operation is synchronized using the instance uuid. This was added some time ago, as the instance destroy operation was failing when an instance snapshot was in proggress. This is now causing a deadlock, as a similar lock was recently

[Yahoo-eng-team] [Bug 1657424] [NEW] Hyper-V: Instance ports not bound after resize

2017-01-18 Thread Lucian Petrut
Public bug reported: When using OVS, the Hyper-V driver creates the OVS ports only after the instance is powered on (due to a Hyper-V limitation). The issue is that in case of cold migrations/resize, this step is currently skipped, as the driver doesn't pass the network info object when

[Yahoo-eng-team] [Bug 1619602] [NEW] Hyper-V: vhd config drive images are not migrated

2016-09-02 Thread Lucian Petrut
Public bug reported: During cold migration, vhd config drive images are not copied over, on the wrong assumption that the instance is already configured and does not need the config drive. There is an explicit check at the following location:

[Yahoo-eng-team] [Bug 1629040] [NEW] Incorrect hyper-v driver capability

2016-09-29 Thread Lucian Petrut
-V CI is failing on the test_cold_migration tempest test, which asserts that the host has changed. ** Affects: compute-hyperv Importance: Undecided Status: New ** Affects: nova Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress

[Yahoo-eng-team] [Bug 1671434] [NEW] fdatasync() usage breaks Windows compatibility

2017-03-09 Thread Lucian Petrut
Public bug reported: The following change uses fdatasync when fetching Glance images, which is not supported on Windows: Id9905a87f16f66530623800e33e2581c555ae81d For this reason, this operation is now failing on Windows. Trace: http://paste.openstack.org/raw/602054/ ** Affects: nova

[Yahoo-eng-team] [Bug 1671435] [NEW] fdatasync() usage breaks Windows compatibility

2017-03-09 Thread Lucian Petrut
Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress -- 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/1671435 Title: fdatasync

[Yahoo-eng-team] [Bug 1709931] [NEW] Windows: exec calls stdout trimmed

2017-08-10 Thread Lucian Petrut
Public bug reported: At some point, we've switched to an alternative process launcher that uses named pipes to communicate with the child processes. This implementation has some issues, truncating the process output in some situations. Trace: http://paste.openstack.org/show/616053/ ** Affects:

[Yahoo-eng-team] [Bug 1580122] Re: Hyper-V: cannot attach volumes from local HA shares

2017-06-28 Thread Lucian Petrut
Fixed in os-brick, no longer affects Nova. ** Changed in: nova Status: Triaged => Fix Released -- 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/1580122 Title:

[Yahoo-eng-team] [Bug 1564829] Re: Hyper-V SMBFS volume driver cannot handle missing mount options

2017-06-28 Thread Lucian Petrut
Fixed in os-brick, no longer affects Nova. ** Changed in: nova Status: Confirmed => Fix Released -- 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/1564829 Title:

[Yahoo-eng-team] [Bug 1663238] Re: Hyper-V driver destroys and recreates the VM on cold migration / resize

2017-06-22 Thread Lucian Petrut
** Changed in: os-win Status: New => Invalid -- 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/1663238 Title: Hyper-V driver destroys and recreates the VM on cold

[Yahoo-eng-team] [Bug 1693470] [NEW] Hyper-V: vhdx images are rejected

2017-05-25 Thread Lucian Petrut
this be confusing, but it may also lead to having those images rejected when the specified format is actually validated. ** Affects: compute-hyperv Importance: Undecided Status: New ** Affects: nova Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status

[Yahoo-eng-team] [Bug 1694636] [NEW] Instance enters error state in case of unavailable live migration destinations

2017-05-31 Thread Lucian Petrut
Public bug reported: We check whether shared storage is used before live migrating instances. If the vm disks storage location is unavailable, we'll propagate an OSError instead of a MigrationPreCheckError exception. For this reason, we prevent Nova from trying a different compute node. Trace:

[Yahoo-eng-team] [Bug 1717892] Re: hyperv: Driver does not report disk_available_least

2017-09-19 Thread Lucian Petrut
** Also affects: compute-hyperv Importance: Undecided Status: New ** Changed in: compute-hyperv Status: New => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1723431] [NEW] Hyper-V: device metadata not updated

2017-10-13 Thread Lucian Petrut
Public bug reported: The Hyper-V driver does not update the instance device metadata when adding/detaching volumes or network interfaces to already existing instances. ** Affects: compute-hyperv Importance: Undecided Status: New ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1604078] Re: Hyper-V: planned vms are not cleaned up

2017-10-02 Thread Lucian Petrut
** Changed in: os-win Status: New => Fix Released -- 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/1604078 Title: Hyper-V: planned vms are not cleaned up Status

[Yahoo-eng-team] [Bug 1208301] Re: The VM will be destroyed on source host during resizing for Hyper-V

2017-10-02 Thread Lucian Petrut
** Changed in: compute-hyperv Status: New => Invalid -- 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/1208301 Title: The VM will be destroyed on source host during

[Yahoo-eng-team] [Bug 1714247] [NEW] Cleaning up deleted instances leaks resources

2017-08-31 Thread Lucian Petrut
Public bug reported: When the nova-compute service cleans up an instance that still exists on the host although being deleted from the DB, the according network info is not properly retrieved. For this reason, vif ports will not be cleaned up. In this situation there may also be stale volume

[Yahoo-eng-team] [Bug 1653862] Re: hyper-v: Exception dispatching event Stopped>:

2017-09-01 Thread Lucian Petrut
This has been fixed at the os-win level, which is now raising a HyperVVMNotFoundException exception that can properly be handled by the Nova Hyper-V driver. Note that a debug message will still be logged in this situation [1], as seen on a recent Hyper-V CI run[2]. [1] 2017-08-31 12:26:16.625

[Yahoo-eng-team] [Bug 1713735] [NEW] Nova assisted volume snapshots issue

2017-08-29 Thread Lucian Petrut
Public bug reported: When using separate databases for each Nova cell, nova assisted volume snapshots always fail with the following error: BadRequest: No volume Block Device Mapping with id a10bd120-9b88-4710-bf6e-f1d34de87da2. (HTTP 400) The reason is that the according API call does not

[Yahoo-eng-team] [Bug 1714285] [NEW] Hyper-V: leaked resources after failed spawn

2017-08-31 Thread Lucian Petrut
Public bug reported: Volume connections as well as vif ports are not cleaned up after a failed instance spawn. ** Affects: compute-hyperv Importance: Undecided Status: New ** Affects: nova Importance: Undecided Status: New ** Also affects: compute-hyperv

[Yahoo-eng-team] [Bug 1773342] [NEW] hyper-v: Unused images are always deleted

2018-05-25 Thread Lucian Petrut
Public bug reported: The Hyper-V driver will always delete unused images, ignoring the "remove_unused_base_images" config option. One workaround would be to set "remove_unused_original_minimum_age_seconds" to a really large value (e.g. 2^30). Setting it to -1 won't help either. ** Affects:

[Yahoo-eng-team] [Bug 1741476] [NEW] Attaching read-only volumes fails

2018-01-05 Thread Lucian Petrut
Public bug reported: The introduction of "new style volume attachments" seems to have caused a regression, breaking read-only volume attachments. Trace: http://paste.openstack.org/raw/639120/ The reason seems to be the fact that Cinder expects the connector provided through the

[Yahoo-eng-team] [Bug 1684250] Re: Timeout waiting for vif plugging callback for instance

2018-07-25 Thread Lucian Petrut
Nova fix: https://review.openstack.org/#/c/585661/ ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Status: New => In Progress ** Changed in: nova Assignee: (unassigned) => Lucian Petrut (petrutlucian94) ** Description changed: At the

[Yahoo-eng-team] [Bug 1783556] [NEW] Neutron ovs agent logs flooded with KeyErrors

2018-07-25 Thread Lucian Petrut
/ ** Affects: neutron Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress ** Tags: ovs ** Tags added: ovs ** Description changed: The Neutron OVS agent logs can get flooded with KeyErrors as the - '_get_port_info' method skips including

[Yahoo-eng-team] [Bug 1756077] [NEW] Hyper-V: leaked volume connections after live migration

2018-03-15 Thread Lucian Petrut
Public bug reported: The Hyper-V driver may leak volume connections on the source node side after performing live migrations if the volume connection info is not the same among hosts (e.g. different LUN IDs). One of the affected backends seems to be 3PAR iSCSI, possibly some Dell iSCSI backends

[Yahoo-eng-team] [Bug 1796689] [NEW] Incorrect results for tenant usage

2018-10-08 Thread Lucian Petrut
twice. ** Affects: nova Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress ** Changed in: nova Assignee: (unassigned) => Lucian Petrut (petrutlucian94) -- You received this bug notification because you are a member of Yahoo! Engineer

[Yahoo-eng-team] [Bug 1801713] Re: Improper error message handling

2018-11-05 Thread Lucian Petrut
** Also affects: compute-hyperv Importance: Undecided Status: New -- 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/1801713 Title: Improper error message

[Yahoo-eng-team] [Bug 1761748] Re: hyperv: Unable to get ports details for devices: AttributeError: 'NoneType' object has no attribute 'startswith'

2018-09-28 Thread Lucian Petrut
** Also affects: os-win Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1761748 Title: hyperv: Unable to get ports details for devices:

[Yahoo-eng-team] [Bug 1804180] [NEW] Neutron ovs cleanup cannot run on Windows

2018-11-20 Thread Lucian Petrut
Public bug reported: The ovs cleanup script fails to run on Windows due to an import error. The linux utils module will always get imported, which uses platform specific modules. Trace: http://paste.openstack.org/raw/735711/ ** Affects: neutron Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1792869] Re: FS driver: chunk size is hard-coded

2018-09-18 Thread Lucian Petrut
Addressed by https://review.openstack.org/#/c/603023/. ** Project changed: glance => glance-store ** Changed in: glance-store Assignee: (unassigned) => Lucian Petrut (petrutlucian94) ** Changed in: glance-store Status: New => Incomplete ** Changed in: glance-store

[Yahoo-eng-team] [Bug 1792869] [NEW] FS driver: chunk size is hard-coded

2018-09-17 Thread Lucian Petrut
Public bug reported: At the moment, the filesystem driver uses a hardcoded 64 KB size, used when reading/writing image. This can be extremely inefficient, especially when file shares are used. For this reason, the chunk size should be configurable, similar to the other glance store drivers. **

[Yahoo-eng-team] [Bug 1816041] [NEW] Nova keypair type cannot be selected

2019-02-15 Thread Lucian Petrut
Public bug reported: Nova supports x509 keypairs, most commonly used with Windows instances. Horizon doesn't allow picking the keypair type at the moment. ** Affects: horizon Importance: Undecided Assignee: Daniel Vincze (dvincze) Status: In Progress ** Tags: nova -- You

[Yahoo-eng-team] [Bug 1841411] [NEW] Instances recovered after failed migrations enter error state

2019-08-26 Thread Lucian Petrut
propagating exceptions in this case. ** Affects: compute-hyperv Importance: Undecided Status: New ** Affects: nova Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress ** Tags: hyper-v ** Also affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1843889] [NEW] Windows: IPv6 tunnel endpoints

2019-09-13 Thread Lucian Petrut
Public bug reported: ip_lib.IPDevice.device_has_ip doesn't include ipv6 addresses when checking if a local adapter is configured to use a certain address. This prevents IPv6 tunnel endpoints from being used on Windows. ** Affects: neutron Importance: Undecided Assignee: Lucian Petrut

[Yahoo-eng-team] [Bug 1843870] [NEW] ovsdb monitor ignores modified ports

2019-09-13 Thread Lucian Petrut
** Affects: neutron Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress ** Description changed: The ovsdb monitor used by Neutron ignores modified ports. For this - reason, port changes will not be handled. + reason, some port changes will not

[Yahoo-eng-team] [Bug 1852619] [NEW] RPC get_device_details inconsistency

2019-11-14 Thread Lucian Petrut
Public bug reported: The "get_device_details" accepts an optional "host" argument, yet [1] expects it to be set. This inconsistency is breaking agents that do not pass the optional host argument. We should probably either make this argument mandatory, either avoid matching bindings against it if

[Yahoo-eng-team] [Bug 1864186] [NEW] "ping" prepended to ip netns commands

2020-02-21 Thread Lucian Petrut
e from the filter [2]. I can't tell what's the purpose of that. ** Affects: neutron Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscrib

[Yahoo-eng-team] [Bug 1872663] [NEW] Failing to terminate Windows processes

2020-04-14 Thread Lucian Petrut
: neutron Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1872663 Title: Failing

[Yahoo-eng-team] [Bug 1899139] [NEW] Live migrations don't properly handle disk overcommitment

2020-10-09 Thread Lucian Petrut
Public bug reported: When live migrating libvirt instances, the destination host doesn't properly check the available disk space when using image files and doing overcommit, leading to migration failures. Trace: http://paste.openstack.org/raw/798895/ It seems to be using resource tracker

[Yahoo-eng-team] [Bug 1899775] [NEW] Ovs agent import error on Windows

2020-10-14 Thread Lucian Petrut
** Affects: neutron Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Lucian Petrut (petrutlucian94) -- You received this bug notification because you are a member of Yahoo! Engineerin

[Yahoo-eng-team] [Bug 1907216] [NEW] Wrong image ref after unshelve

2020-12-08 Thread Lucian Petrut
] I3bba0a230044613e07122a6d122597e5b8d43438 [2] https://github.com/openstack/nova/blob/22.0.1/nova/compute/manager.py#L6625 [3] http://paste.openstack.org/raw/800822/ ** Affects: nova Importance: Undecided Assignee: Lucian Petrut (petrutlucian94) Status: New ** Changed in: nova Assignee: (unassigned

[Yahoo-eng-team] [Bug 1907216] Re: Wrong image ref after unshelve

2020-12-14 Thread Lucian Petrut
** Also affects: compute-hyperv Importance: Undecided Status: New ** Changed in: compute-hyperv Assignee: (unassigned) => Lucian Petrut (petrutlucian94) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenSt

[Yahoo-eng-team] [Bug 1922251] [NEW] nova instance snapshots fail when using rbd

2021-04-01 Thread Lucian Petrut
Public bug reported: Snapshotting instances that use the RBD Glance image backend fails if Glance is configured to use multiple stores. Trace: http://paste.openstack.org/raw/804113/ The reason is that the Nova Libvirt driver creates the RBD snapshot directly and then updates the Glance image

[Yahoo-eng-team] [Bug 1922251] Re: nova instance snapshots fail when using rbd

2021-04-07 Thread Lucian Petrut
*** This bug is a duplicate of bug 1802587 *** https://bugs.launchpad.net/bugs/1802587 Ok, so I think this is a duplicate of https://bugs.launchpad.net/glance/+bug/1802587, which was fixed here: https://review.opendev.org/c/openstack/glance/+/617229. Dan, thanks a again for mentioning that

[Yahoo-eng-team] [Bug 1895976] Re: Fail to get http openstack metadata if the Linux instance runs on Hyper-V

2022-04-28 Thread Lucian Petrut
** Changed in: os-win Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1895976 Title: Fail to get http openstack metadata if the Linux

[Yahoo-eng-team] [Bug 1907216] Re: Wrong image ref after unshelve

2022-04-28 Thread Lucian Petrut
** Changed in: compute-hyperv Status: New => Fix Released -- 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/1907216 Title: Wrong image ref after unshelve Status in

[Yahoo-eng-team] [Bug 1895976] Re: Fail to get http openstack metadata if the Linux instance runs on Hyper-V

2022-04-28 Thread Lucian Petrut
** Changed in: compute-hyperv Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1895976 Title: Fail to get http openstack metadata if the Linux

[Yahoo-eng-team] [Bug 1761748] Re: hyperv: Unable to get ports details for devices: AttributeError: 'NoneType' object has no attribute 'startswith'

2022-04-28 Thread Lucian Petrut
** Changed in: networking-hyperv Status: New => Fix Released ** Changed in: neutron Status: Confirmed => 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/1761748