[Yahoo-eng-team] [Bug 1590426] [NEW] Keystone Federated Identity assertion name not included in token

2016-06-08 Thread Alessandro Pilotti
Public bug reported: When using keystone Federated Identitity, the user name, based on the assertion mapping, is replaced in Keystone tokens by the autogenerated ID, resulting in e.g. Horizon showing the user's ID instead of the name (see attachment). Running "openstack user list" shows the

[Yahoo-eng-team] [Bug 1370292] Re: Possible SQL Injection vulnerability in hyperv plugin

2016-03-11 Thread Alessandro Pilotti
Not a bug as by discussion above, thanks ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1370292 Title: Possible SQL

[Yahoo-eng-team] [Bug 1511607] Re: Hyper-V nova driver does not handle block_device_mapping_v2

2015-11-17 Thread Alessandro Pilotti
There's a blueprint for this: https://blueprints.launchpad.net/nova/+spec/hyper-v-block-device-mapping-support Please note that this BP is already merged in: https://github.com/openstack/compute-hyperv ** Changed in: nova Status: New => Invalid -- You received this bug notification

[Yahoo-eng-team] [Bug 1510925] Re: Hyper-V does not support fibre channel

2015-11-16 Thread Alessandro Pilotti
There's an approved blueprint for fibre channel support on Hyper-V: https://blueprints.launchpad.net/nova/+spec/hyperv-fibre-channel ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1502583] [NEW] ConfigDrive creation fails on Python 3

2015-10-04 Thread Alessandro Pilotti
Public bug reported: On Python 3, attempting to create a ConfigDrive fails when writing files due to str / bytes differences compared to Python 2. ** Affects: nova Importance: Undecided Assignee: Alessandro Pilotti (alexpilotti) Status: Triaged ** Tags: python3 ** Changed

[Yahoo-eng-team] [Bug 1286528] Re: guru-meditation fails on Windows due to non portable signal handling

2015-06-17 Thread Alessandro Pilotti
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Status: New = Confirmed -- 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 1466049] [NEW] guru meditation report does not work on Windows sue to signal.SIGUSR1

2015-06-17 Thread Alessandro Pilotti
*** This bug is a duplicate of bug 1286528 *** https://bugs.launchpad.net/bugs/1286528 Public bug reported: Trying to load a project that uses guru meditation reports fails on Windows with the following trace (in this case on Cinder): http://paste.openstack.org/show/297998/ The issue is

[Yahoo-eng-team] [Bug 1400069] [NEW] Hyper-V configdrive is missing the static ip configuration

2014-12-07 Thread Alessandro Pilotti
Public bug reported: The Hyper-V driver is not properly handling static IP configuration injection when flat_injected is true and networks don't have DHCP enabled. ** Affects: nova Importance: Low Assignee: Alessandro Pilotti (alexpilotti) Status: Triaged ** Tags: hyper-v

[Yahoo-eng-team] [Bug 1400080] [NEW] interfaces.template generation needs to include the hw address for usage on multi-nic Windows machines

2014-12-07 Thread Alessandro Pilotti
Public bug reported: When using networks without DHCP enabled and flat_injected set to True, the interfaces template is injected in the associated instances or included in the config drive metadata. The template includes the interface name, based on a progressive numbering (eth0, eth1, etc). In

[Yahoo-eng-team] [Bug 1298034] Re: Nova Hyper-V driver fails occasionally with a x_wmi_uninitialised_thread exception

2014-10-13 Thread Alessandro Pilotti
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Status: New = Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1298034 Title:

[Yahoo-eng-team] [Bug 1376883] [NEW] Spawning images fails on Hyper-V Technical Preview

2014-10-02 Thread Alessandro Pilotti
-cac6c51bcf4e] ** Affects: nova Importance: High Assignee: Alessandro Pilotti (alexpilotti) Status: In Progress ** Tags: hyper-v ** Changed in: nova Importance: Undecided = High ** Changed in: nova Status: New = Triaged -- You received this bug notification because

[Yahoo-eng-team] [Bug 1370531] [NEW] Linux guest images on Hyper-V fail to access local storage when using resized differencing VHDX disks

2014-09-17 Thread Alessandro Pilotti
Public bug reported: Description of the issue Create a differencing disk of a Linux image VHDX (any Linux distro with LIS), resizing it in the process (without resizing the base disk) Create and boot a VM with the disk attached on the IDE controller During boot the hv_storvsc module will start

[Yahoo-eng-team] [Bug 1355857] Re: HyperV: resize of instance fails when trying migration across host

2014-09-10 Thread Alessandro Pilotti
Python raises a very misleading error when failing to access a network share for security issues. Make sure you run the Nova compute service with a user which has SMB access to the target node (e.g Administrator). In particular the service user must not be LOCALSYTEM. ** Changed in: nova

[Yahoo-eng-team] [Bug 1367786] [NEW] Hyper-V driver should log a clear error message during migrations for remote node permissions errors

2014-09-10 Thread Alessandro Pilotti
Public bug reported: When failing to access a remote SMB UNC path, Python raises the following exception: WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect: '' This is definitely misleading when troubleshooting the issue, which occurs during

[Yahoo-eng-team] [Bug 1362075] [NEW] Live migration fails on Hyper-V when boot from volume is used

2014-08-27 Thread Alessandro Pilotti
Public bug reported: Live migration fails on Hyper-V when boot from volume is used with CoW, as the target host tries to cache the root disk image in pre_live_migration, but in this case the image_ref is empty. ** Affects: nova Importance: Medium Status: Triaged ** Tags: hyper-v

[Yahoo-eng-team] [Bug 1361211] [NEW] Hyper-V agent does not add new VLAN ids to the external port's trunked list on Hyper-V 2008 R2

2014-08-25 Thread Alessandro Pilotti
Public bug reported: This issue affects Hyper-V 2008 R2 and does not affect Hyper-V 2012 and above. The Hyper-V agent is correctly setting the VLAN ID and access mode settings on the vmswitch ports associated with a VM, but not on the trunked list associated with an external port. This is a

[Yahoo-eng-team] [Bug 1361419] [NEW] Hyper-V driver should provide a more detailed exception in case block storage volumes cannot be mounted due to a invalid SAN policy

2014-08-25 Thread Alessandro Pilotti
Public bug reported: On some versions of Windows Server 2008 R2 the SAN policy is set by default to Online All, bringing online any disk, local or shared, attached to the host. Since only offline disks can be attached as passthrough disks to a Hyper-V VM, this prevents Cinder volumes from being

[Yahoo-eng-team] [Bug 1360817] [NEW] Hyper-V agent fails on Hyper-V 2008 R2 due to missing remove_all_security_rules method

2014-08-24 Thread Alessandro Pilotti
Public bug reported: A recent regression does not allow the Hyper-V agent to run successfully on Hyper-V 2008 R2, which is currently still a supported platform. The call generating the error is:

[Yahoo-eng-team] [Bug 1360817] Re: Hyper-V agent fails on Hyper-V 2008 R2 due to missing remove_all_security_rules method

2014-08-24 Thread Alessandro Pilotti
: (unassigned) = Alessandro Pilotti (alexpilotti) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1360817 Title: Hyper-V agent fails on Hyper-V 2008 R2 due to missing remove_all_security_rules

[Yahoo-eng-team] [Bug 1358702] [NEW] Hyper-V unit test fails on Windows due to path separator inconsistency: nova.tests.virt.hyperv.test_pathutils.PathUtilsTestCase.test_lookup_config_drive_path

2014-08-19 Thread Alessandro Pilotti
Public bug reported: The following test fails due to mismatching in the path separator. FAIL: nova.tests.virt.hyperv.test_pathutils.PathUtilsTestCase.test_lookup_config_drive_path -- _StringException: Empty attachments:

[Yahoo-eng-team] [Bug 1358719] [NEW] Live migration fails as get_instance_disk_info is not present in the compute driver base class

2014-08-19 Thread Alessandro Pilotti
Public bug reported: The get_instance_disk_info driver has been added to the libvirt compute driver in the following commit: https://github.com/openstack/nova/commit/e4974769743d5967626c1f0415113683411a03a4 This caused regression failures on drivers that do not implement it, e.g.:

[Yahoo-eng-team] [Bug 1355177] Re: hyperV: compute service goes off when booting an instance fails

2014-08-11 Thread Alessandro Pilotti
This is the expected behaviour and it's unrelated to the Hyper-V driver. You can tell Nova not to use Neutron by unsetting network_api_class in nova.conf on your Hyper-V compute node(s) which will revert to the default (Nova network). Please note that Nova network is not supported on Hyper-V

[Yahoo-eng-team] [Bug 1294682] Re: Hyper-v VHDX resizing not working when using differencing images

2014-08-11 Thread Alessandro Pilotti
Converted in blueprint: https://blueprints.launchpad.net/nova/+spec/add- differencing-vhdx-resize-support Merged in Juno ** Changed in: nova Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1354448] [NEW] The Hyper-V driver should raise a InstanceFaultRollback in case of resize down requests

2014-08-08 Thread Alessandro Pilotti
Public bug reported: The Hyper-V driver does not support resize down and is currently rising an exception if the user attempts to do that, causing the instance to go in ERROR state. The driver should use the recently introduced instance faults exception.InstanceFaultRollback instead, which will

[Yahoo-eng-team] [Bug 1353697] [NEW] Hyper-V agent raises UnsupportedRpcVersion: Specified RPC version, 1.1, not supported by this endpoint.

2014-08-06 Thread Alessandro Pilotti
Public bug reported: The Hyper-V agent raises: 2014-08-06 10:42:37.096 2052 ERROR neutron.openstack.common.rpc.amqp [req-46340a1a-9143-45c9-b645-2612d41f20a6 None] Exception during message handling 2014-08-06 10:42:37.096 2052 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent

[Yahoo-eng-team] [Bug 1347777] [NEW] The compute_driver option description does not include the Hyper-V driver

2014-07-23 Thread Alessandro Pilotti
Public bug reported: The description of the option compute_driver should include hyperv.HyperVDriver along with the other supported drivers https://github.com/openstack/nova/blob/aa018a718654b5f868c1226a6db7630751613d92/nova/virt/driver.py#L35-L38 ** Affects: nova Importance: Low

[Yahoo-eng-team] [Bug 1342348] Re: Hyper-V agent IDE/SCSI related refactoring necessary

2014-07-16 Thread Alessandro Pilotti
** Changed in: nova Status: In Progress = 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/1342348 Title: Hyper-V agent IDE/SCSI related refactoring

[Yahoo-eng-team] [Bug 1335897] [NEW] lockutils blocking issue on Windows due to fcntl

2014-06-30 Thread Alessandro Pilotti
Public bug reported: lockutils is failing on Windows due to an import fcntl (unavailable on Windows). The issue has been introduced with this commit: https://github.com/openstack/oslo- incubator/commit/9b73c19b2e04e6db0dc70046e0ba5e5e22446996 ** Affects: nova Importance: Critical

[Yahoo-eng-team] [Bug 1322926] [NEW] Hyper-V driver volumes are attached incorrectly when multiple iSCSI servers are present

2014-05-24 Thread Alessandro Pilotti
Public bug reported: Hyper-V can change the order of the mounted drives when rebooting a host and thus passthrough disks can be assigned to the wrong instance resulting in a critical scenario. ** Affects: nova Importance: Critical Status: Triaged ** Tags: hyper-v ** Tags added:

[Yahoo-eng-team] [Bug 1287983] Re: hyperv check failure

2014-05-05 Thread Alessandro Pilotti
** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1287983 Title: hyperv check failure Status in OpenStack Neutron (virtual network

[Yahoo-eng-team] [Bug 1301368] [NEW] Hyper-V configdrive is not atatched after resizing an instance

2014-04-02 Thread Alessandro Pilotti
Public bug reported: The following bug fix takes care of copying the configdrive to the resize target, but it does not attach it to the instance. https://bugs.launchpad.net/nova/+bug/1250324 ** Affects: nova Importance: Undecided Assignee: Adrian Vladu (avladu) Status: New

[Yahoo-eng-team] [Bug 1298034] [NEW] Nova Hyper-V driver fails occasionally with a x_wmi_uninitialised_thread exception

2014-03-26 Thread Alessandro Pilotti
Public bug reported: The Nova Hyper-V driver can fail occasionally with: x_wmi_uninitialised_thread (WMI returned a syntax error: you're probably running inside a thread without first calling pythoncom.CoInitialize[Ex] http://64.119.130.115/82904/14/Hyper-V_logs/hv-compute1/neutron-hyperv-

[Yahoo-eng-team] [Bug 1297569] [NEW] pre_live_migration fails due to RPC timeout

2014-03-25 Thread Alessandro Pilotti
: http://paste.openstack.org/show/74210/ ** Affects: nova Importance: High Assignee: Alessandro Pilotti (alexpilotti) Status: New ** Tags: hyper-v icehouse-rc-potential ** Tags added: hyper-v icehouse-rc-potential ** Changed in: nova Importance: Undecided = High ** Changed

[Yahoo-eng-team] [Bug 1263766] Re: Hyper-V agent fails when ceilometer ACLs are already applied

2014-03-23 Thread Alessandro Pilotti
This bug has bee invalidated by patches that merged subsequently. ** Changed in: neutron Status: In Progress = Incomplete ** Changed in: neutron Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1296478] [NEW] Hyper-V's list_instances() returns an empty result set on certain localized versions of the OS

2014-03-23 Thread Alessandro Pilotti
Public bug reported: This issue is related to different values that MSVM_ComputerSystem's Caption property can have on different locales. ** Affects: nova Importance: Undecided Status: New ** Tags: hyper-v ** Tags added: hyper-v -- You received this bug notification because

[Yahoo-eng-team] [Bug 1291006] [NEW] Clear text admin password assignment in instance creation should be disabled

2014-03-11 Thread Alessandro Pilotti
of providing a clear text passwords works only on selected hypervisors and it does not work for Windows guests, which represent at the moment the main use case since SSH keypair authentication does not apply ** Affects: horizon Importance: Undecided Assignee: Alessandro Pilotti

[Yahoo-eng-team] [Bug 1286528] [NEW] guru-meditation fails on Windows due to non portable signal handling

2014-03-01 Thread Alessandro Pilotti
Public bug reported: The guru-meditation report fails on Hyper-V due to missing signal handling. This is a blocking issue on WIndows. http://64.119.130.115/74060/3/Hyper-V_logs/hv-compute1/nova- console.log.gz Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1280363] [NEW] Replace exception re-raises with excutils.save_and_reraise_exception() in the HYper-V driver

2014-02-14 Thread Alessandro Pilotti
. ** Affects: nova Importance: Medium Assignee: Alessandro Pilotti (alexpilotti) Status: In Progress ** Tags: hyper-v ** Tags added: hyper-v ** Changed in: nova Status: New = In Progress ** Changed in: nova Importance: Undecided = Medium ** Changed in: nova

[Yahoo-eng-team] [Bug 1280379] [NEW] volumeops are incorrectly inheriting from HyperVAPITestCase

2014-02-14 Thread Alessandro Pilotti
Public bug reported: The VolumeOpsTestCase class in test_hypervapi.py inherits from HyperVAPITestCase, resulting in all the tests from the base class being executed twice. ** Affects: nova Importance: Undecided Status: In Progress ** Tags: hyper-v ** Tags added: hyper-v **

[Yahoo-eng-team] [Bug 1276772] [NEW] Instance deletion fails due to race condition on Hyper-V

2014-02-05 Thread Alessandro Pilotti
Public bug reported: A recently merge patch separates the lock required to delete an instance from the one used during instance creation and other operations. This leads to race conditions in the Hyper-V driver, as the spawn and destroy methods have been written considering that locking already

[Yahoo-eng-team] [Bug 1275772] [NEW] Missing raise statement in the Hyper-V driver when checking the config driver format

2014-02-03 Thread Alessandro Pilotti
Public bug reported: There's a missing raise statement when checking the ConfigDrive format: https://github.com/openstack/nova/blob/master/nova/virt/hyperv/vmops.py#L283 ** Affects: nova Importance: Undecided Status: New ** Tags: havana-backport-potential hyper-v ** Tags added:

[Yahoo-eng-team] [Bug 1275802] [NEW] Wrong variable name in debug statement in the Hyper-V driver

2014-02-03 Thread Alessandro Pilotti
Public bug reported: Here's a minor issue in the naming of a variable in a debug statement formatting: https://github.com/openstack/nova/blob/8f28ddd13a91eb25f0f2f3a312068223500ded97/nova/virt/hyperv/snapshotops.py#L107 ** Affects: nova Importance: Undecided Status: New ** Tags:

[Yahoo-eng-team] [Bug 1275805] [NEW] Wrong variable used in log statement in the HYper-V driver

2014-02-03 Thread Alessandro Pilotti
Public bug reported: This patch includes some improved logging during resizes in the Hyper-V driver: https://review.openstack.org/#/c/51129/ There's a small issue in the variable used: root_vhd should be replaced with root_vhd_internal_size ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1266794] [NEW] Neutron install fails on Windows

2014-01-07 Thread Alessandro Pilotti
Public bug reported: python setup.py install fails on Windows due to this patch: https://review.openstack.org/#/c/64747/ with the following error: setup.py install now fails on Windows due to this patch with the following error: error: can't copy 'etc\neutron\plugins\nicira\nvp.ini': doesn't

[Yahoo-eng-team] [Bug 1263766] [NEW] Hyper-V agent fails when ceilometer ACLs are already applied

2013-12-23 Thread Alessandro Pilotti
Public bug reported: The Hyper-V agent fails when the restarted after the ceilometer ACLs have been already applied. ** Affects: neutron Importance: Undecided Status: New ** Tags: havana-backport-potential hyper-v ** Tags added: hyper-v ** Tags added: havana-backport-potential

[Yahoo-eng-team] [Bug 1252476] Re: hyper-v : Havana-fails to spawn an instance - InstanceInfoCache version incompatiblity

2013-12-19 Thread Alessandro Pilotti
*** This bug is a duplicate of bug 1239709 *** https://bugs.launchpad.net/bugs/1239709 ** This bug has been marked a duplicate of bug 1239709 NovaObject does not properly honor VERSION -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1261585] [NEW] ConfigDrive metadata is incorrectly generated on Windows

2013-12-16 Thread Alessandro Pilotti
Public bug reported: Files must be written with wb instead of w in order to support multiple platforms: https://github.com/openstack/nova/blob/b823db737855149ba847e5b19df9232f109f6001/nova/virt/configdrive.py#L92 ** Affects: nova Importance: Undecided Status: New ** Tags:

[Yahoo-eng-team] [Bug 1177708] Re: Resize instance fails on Hyper-V due to my_ip set to 127.0.0.1 when routing to 8.8.8.8 fails

2013-05-11 Thread Alessandro Pilotti
** Changed in: nova Status: Triaged = 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/1177708 Title: Resize instance fails on Hyper-V due to my_ip set to

[Yahoo-eng-team] [Bug 1153966] Re: Fix locking issues in Windows

2013-04-02 Thread Alessandro Pilotti
** Changed in: cinder Status: In Progress = 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/1153966 Title: Fix locking issues in Windows Status in

[Yahoo-eng-team] [Bug 1053540] Re: Hyper-V test_live_migration_with_target_failure unit test is broken

2013-03-08 Thread Alessandro Pilotti
This bug refers to the unit testing infrastructure used before the Grizzly refactory. It doesn't apply to the current codebase. ** Changed in: nova Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is