[Yahoo-eng-team] [Bug 1776743] [NEW] Allocation healer should ignore deleted instances

2018-06-13 Thread Mathieu Gagné
Public bug reported: When running this command: nova-manage placement heal_allocations It fails with an InstanceNotFound exception when trying to heal deleted instances. The healer should ignore deleted instances because there is nothing to heal for them. ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1768107] [NEW] The user_id field is missing from RequestSpec

2018-04-30 Thread Mathieu Gagné
that Nova scheduler filter now uses: https://review.openstack.org/#/c/197912/ ** Affects: nova Importance: Undecided Assignee: Mathieu Gagné (mgagne) Status: In Progress ** Changed in: nova Assignee: (unassigned) => Mathieu Gagné (mgagne) ** Changed in: nova Sta

[Yahoo-eng-team] [Bug 1746323] [NEW] Documentation is missing about network_data.json

2018-01-30 Thread Mathieu Gagné
Public bug reported: Documentation is missing about network_data.json. The only available documentation is from the original spec which is a bit out of sync with the implementation: http://specs.openstack.org/openstack/nova- specs/specs/liberty/implemented/metadata-service-network-info.html For

[Yahoo-eng-team] [Bug 1735009] [NEW] Cannot rebuild baremetal instance in ERROR vm_state

2017-11-28 Thread Mathieu Gagné
Public bug reported: You can rebuild an instance in ERROR since Havana: http://git.openstack.org/cgit/openstack/nova/commit/?id=99c51e34230394cadf0b82e364ea10c38e193979 This change broke this feature for Ironic since Liberty:

[Yahoo-eng-team] [Bug 1575935] Re: Rebuild should also accept a configdrive

2017-09-12 Thread Mathieu Gagné
** Also affects: nova 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/1575935 Title: Rebuild should also accept a configdrive

[Yahoo-eng-team] [Bug 1703708] [NEW] Horizon image upload with bad Glance CORS config fails with "[object Object]"

2017-07-11 Thread Mathieu Gagné
Public bug reported: How to reproduce: Configure Horizon to use direct upload mode: HORIZON_IMAGES_UPLOAD_MODE=direct In glance-api.conf, make sure cors is enabled but configured badly with a bogus origin: [cors] allowed_origin = https://foobar Try uploading an image from Horizon.

[Yahoo-eng-team] [Bug 1619050] Re: Nova scheduler is too greedy when loading instances of hypervisors

2017-03-29 Thread Mathieu Gagné
** Changed in: nova 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/1619050 Title: Nova scheduler is too greedy when loading

[Yahoo-eng-team] [Bug 1621987] [NEW] Power state synchronization in compute is too agressive

2016-09-09 Thread Mathieu Gagné
Public bug reported: By default, 1000 greenthreads can be used to synchronize the power state of instances running on a compute node. In the Ironic context, this means 1000 simultaneous HTTP requests can be initiated to the Ironic API. Some of those requests can fail with the following error:

[Yahoo-eng-team] [Bug 1619050] [NEW] Nova scheduler is too greedy when loading instances of hypervisors

2016-08-31 Thread Mathieu Gagné
Public bug reported: Nova scheduler has the ability to track instances per hypervisor: https://github.com/openstack/nova/commit/82cc056fb7e1b081a733797ed27550343cbaf44c There is a bug in the logic used to load the instance infos per hypervisor. This specific line [1] found in the

[Yahoo-eng-team] [Bug 1605749] [NEW] ConfigDrive: cloud-init fails to configure bond from network_data.json

2016-07-22 Thread Mathieu Gagné
Public bug reported: cloud-init fails to configure bond interfaces from network_data.json There is a couple of reasons: Bond links found in network_data.json do not have a name attribute. cloud-init doesn't require the name attribute to exist in links. [1] However cloud-init later expects the

[Yahoo-eng-team] [Bug 1579213] Re: ComputeFilter fails because compute node has not been heard from in a while

2016-05-10 Thread Mathieu Gagné
Melanie Witt explained to me on IRC that in environment with a high number of nodes (Ironic happens to be one of them), the ComputeFilter filter should be listed first to avoid those errors. The scheduling process could take more than 60s (which happens to be the default value of the

[Yahoo-eng-team] [Bug 1579213] [NEW] ComputeFilter fails because compute node has not been heard from in a while

2016-05-06 Thread Mathieu Gagné
Public bug reported: Description === When scheduling an instance with Nova and Ironic, some hypervisors are ignored by ComputeFilter because they "has not been heard from in a while". Expected result === I expect all hypervisors to be available to nova-scheduler. Actual

[Yahoo-eng-team] [Bug 1577982] [NEW] ConfigDrive: cloud-init fails to configure network from network_data.json

2016-05-03 Thread Mathieu Gagné
Public bug reported: When running Ubuntu 16.04 on OpenStack, cloud-init fails to properly configure the network from network_data.json found in ConfigDrive. When instance boots, network is configured fine until next reboot where it falls back to dhcp. The

[Yahoo-eng-team] [Bug 1552046] [NEW] Cannot evacuate instances with cells v1

2016-03-01 Thread Mathieu Gagné
Public bug reported: When trying to evacuate and select a destination host with cells v1, the instances stays in "REBUILD" state forever. The command used to test evacuate is: nova evacuate 'api!@' ** Affects: nova Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1513267] [NEW] network_data.json not found in openstack/2015-10-15/

2015-11-04 Thread Mathieu Gagné
Public bug reported: The file "network_data.json" is not found in the folder "openstack/2015-10-15/" of config drive, only in "openstack/latest/". ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1499041] [NEW] [libvirt]/live_migration_flag accepts block migration related flags

2015-09-23 Thread Mathieu Gagné
Public bug reported: Both [libvirt]/live_migration_flag and [libvirt]/block_migration_flag Nova configs exist. They are used to tweak flags used for live migration without block migration and with block migration. (toggled by --block- migrate flag of nova live-migration command) The default

[Yahoo-eng-team] [Bug 1497027] [NEW] Empty bridges are not removed

2015-09-17 Thread Mathieu Gagné
. ** Affects: neutron Importance: Undecided Assignee: Mathieu Gagné (mgagne) 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/1497027 Title: Empty

[Yahoo-eng-team] [Bug 1475787] [NEW] Cells compat support for Juno is broken in Kilo

2015-07-17 Thread Mathieu Gagné
: Undecided Assignee: Mathieu Gagné (mgagne) Status: In Progress ** Tags: cells kilo-backport-potential ** Description changed: - ll calls related to services and hypervisors management are broken when + All calls related to services and hypervisors management are broken when running

[Yahoo-eng-team] [Bug 1472445] [NEW] Cannot override compute_driver config

2015-07-07 Thread Mathieu Gagné
which adds features and/or bugfixes. ** Affects: puppet-nova Importance: Undecided Assignee: Mathieu Gagné (mgagne) Status: New ** Project changed: nova = puppet-nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1328546] Re: Race condition when hard rebooting instance

2015-05-12 Thread Mathieu Gagné
The race condition still exists. Neutron happens to delete the bridge [1] between plug_vifs (ensure_bridge) [2] and _create_domain [3] if your instance is the only one using the bridge. I locally fix it by disabling remove_empty_bridges and using a cron to delete empty bridges instead. [1]

[Yahoo-eng-team] [Bug 1449712] [NEW] Cannot override template from InstanceMetadata

2015-04-28 Thread Mathieu Gagné
Public bug reported: There is no way to override the template used by netutils.get_injected_network_template within InstanceMetadata. This could be useful for people implementing drivers which could require a different network template based on flavor or individual instance properties. **

[Yahoo-eng-team] [Bug 1441892] [NEW] template argument is ignored in get_injected_network_template

2015-04-08 Thread Mathieu Gagné
: Undecided Assignee: Mathieu Gagné (mgagne) 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/1441892 Title: template argument is ignored

[Yahoo-eng-team] [Bug 1250029] Re: Default port for The MS SQL Security Group is 1433 instead of 1443

2015-03-27 Thread Mathieu Gagné
** Changed in: puppet-horizon Milestone: None = 5.0.0 ** Changed in: puppet-horizon Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1262678] Re: Missing firewall_driver with ml2 breaks neutron securitygroups API

2015-03-26 Thread Mathieu Gagné
** Changed in: puppet-neutron Milestone: None = 4.0.0 ** Changed in: puppet-neutron Status: Fix Committed = 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/1262678

[Yahoo-eng-team] [Bug 1417239] [NEW] Duplicated block_device_mapping entries with cells

2015-02-02 Thread Mathieu Gagné
Public bug reported: People running Nova with cells are affected by this bug. The bug can be reproduced by booting an instance from a volume with a block device mapping missing the device name. Although the instance boots fine, you won't be able to create an image from the instance. This is

[Yahoo-eng-team] [Bug 1358765] [NEW] Routes should be available from interfaces.template

2014-08-19 Thread Mathieu Gagné
Public bug reported: Routes should be made available when generating the interfaces file from interfaces.template. People overriding interfaces.template might want to inject routes too but they can't. The routes are not injected in the template engine. We should make them available for such use

[Yahoo-eng-team] [Bug 1315207] [NEW] Routes are not available in network_info with Neutron

2014-05-01 Thread Mathieu Gagné
Public bug reported: When using Neutron, subnet routes are not added to network_info. There is actually a TODO in the code about it. ** Affects: nova Importance: Undecided Assignee: Mathieu Gagné (mgagne) Status: New ** Changed in: nova Assignee: (unassigned) = Mathieu

[Yahoo-eng-team] [Bug 1262678] Re: Missing firewall_driver with ml2 breaks neutron securitygroups API

2014-02-17 Thread Mathieu Gagné
** Changed in: puppet-neutron/havana Status: Fix Committed = 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/1262678 Title: Missing firewall_driver with ml2 breaks