[Yahoo-eng-team] [Bug 1674349] [NEW] [RFE] Introduce a new rule with service user role in Neutron policy

2017-03-20 Thread Pushkar Umaranikar
Public bug reported: When other services like Nova talks to the Neutron REST API, it uses an admin token, in some scenarios like setting the port binding on a port. In these cases, the admin token is used to ensure only Nova has access to the binding API, not the end user. With the introduction

[Yahoo-eng-team] [Bug 1672840] [NEW] Use only one config option for "auth_url" for each section in nova configurations.

2017-03-14 Thread Pushkar Umaranikar
. They all uses same endpoint which represents value of this config field. We can move this configuration to defaults section, so that we don't have to configure same config value in multiple groups. ** Affects: nova Importance: Undecided Assignee: Pushkar Umaranikar (pushkar-

[Yahoo-eng-team] [Bug 1661673] [NEW] Placement API log contains too many new lines characters in some error message logs

2017-02-03 Thread Pushkar Umaranikar
Public bug reported: Placement API error log messages contain too many new line characters. This could be because of the way that webob formatting error responses. ** Affects: nova Importance: Undecided Assignee: Pushkar Umaranikar (pushkar-umaranikar) Status: New ** Tags

[Yahoo-eng-team] [Bug 1657529] [NEW] Remove unused columns from BuildRequest table in nova_api db.

2017-01-18 Thread Pushkar Umaranikar
database. ** Affects: nova Importance: Undecided Assignee: Pushkar Umaranikar (pushkar-umaranikar) Status: New ** Tags: db ** Tags added: db ** Changed in: nova Assignee: (unassigned) => Pushkar Umaranikar (pushkar-umaranikar) -- You received this bug notification beca

[Yahoo-eng-team] [Bug 1628200] [NEW] Remove unused column "scheduled_at" from instances from schema

2016-09-27 Thread Pushkar Umaranikar
ects: nova Importance: Undecided Assignee: Pushkar Umaranikar (pushkar-umaranikar) Status: New ** Tags: db ** Tags added: db ** Changed in: nova Assignee: (unassigned) => Pushkar Umaranikar (pushkar-umaranikar) -- You received this bug notification because you are a me

[Yahoo-eng-team] [Bug 1600143] Re: property reserved_host_memory_mb size problem

2016-07-12 Thread Pushkar Umaranikar
I think reserved_host_memory is the amount of disk resources reserved so that they are always available to host. The disk usage gets reported back to the scheduler from nova-compute running on the compute nodes. To prevent the disk resources from being considered as available, this option is

[Yahoo-eng-team] [Bug 1348447] Re: Enable metadata when create server groups

2016-06-02 Thread Pushkar Umaranikar
No progress on bug for > 4 weeks. Marking as invalid. Feel free to reopen. ** Tags added: api ** Changed in: nova Status: Incomplete => Invalid -- 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 1240554] Re: Insecure live migration with libvirt driver

2016-06-02 Thread Pushkar Umaranikar
As Sean suggested, marking this bug has invalid. Feel free to reopen. ** Changed in: nova Status: Incomplete => Invalid -- 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 1265447] Re: floating-ip-bulk-delete method delete the associated floating ip

2016-06-02 Thread Pushkar Umaranikar
This bug lacks the necessary information to effectively reproduce and fix it, therefore it has been closed. Feel free to reopen the bug by providing the requested information and set the bug status back to ''New''. ** Changed in: nova Status: Incomplete => Invalid -- You received this

[Yahoo-eng-team] [Bug 1516671] Re: LiveMigration DBError: ProgrammingError: can't adapt type 'Instance'

2016-06-02 Thread Pushkar Umaranikar
This bug lacks the necessary information to effectively reproduce and fix it, therefore it has been closed. Feel free to reopen the bug by providing the requested information and set the bug status back to ''New''. ** Changed in: nova Status: Incomplete => Invalid ** Tags added: api --

[Yahoo-eng-team] [Bug 1554301] Re: vm's xml disk type info changed after the vm's volume migrated

2016-06-02 Thread Pushkar Umaranikar
This bug lacks the necessary information to effectively reproduce and fix it, therefore it has been closed. Feel free to reopen the bug by providing the requested information and set the bug status back to ''New''. ** Changed in: nova Status: Incomplete => Invalid -- You received this

[Yahoo-eng-team] [Bug 1534186] Re: Nova remove-fixed-ip doesn't return an error message when incorrect fixed IP is removed

2016-05-17 Thread Pushkar Umaranikar
I think there is an rpc cast call from nova api to network api https://github.com/openstack/nova/blob/master/nova/compute/rpcapi.py#L789. rpc cast sends a message, doesn't wait for a reply. This is a async operation. For async API operations, you don't return an error code from the API if the

[Yahoo-eng-team] [Bug 1361554] Re: Missing sort_key and sort_dir for server list api

2016-05-03 Thread Pushkar Umaranikar
Marking it as "invalid" due to existing similar patch https://review.openstack.org/#/c/96345/ ** Changed in: nova Status: Confirmed => Invalid -- 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 1577727] Re: nova flavor-create raises 500 error if long value passed to flavor properties

2016-05-03 Thread Pushkar Umaranikar
Can you please reply with why you are using long value? Attributes of nova flavor-create command including uuid, amount of ram, vcpus etc. should be positive integers. From the command in the bug description, it seems like you are passing long value for ram. It expects an integer value. Hence,

[Yahoo-eng-team] [Bug 1320269] Re: Scheduler fails confirm resize of instances when there is enough space to complete resize

2015-11-30 Thread Pushkar Umaranikar
I tried resizing of instances with preallocation strategy for nano and micro flavors and tried same for few instances of tiny flavor. I could not reproduce bug. At the same time, I am not able to check with other flavors due to hardware resources restriction I have. But I don't think we need API

[Yahoo-eng-team] [Bug 1521379] [NEW] Filter instances by subnet id/name

2015-11-30 Thread Pushkar Umaranikar
Public bug reported: Under compute -> instances, we can filter instances by instance name, image id, flavor id or status. We can add another filter where user can filter instances based on subnet id or name. It is useful when user has multiple subnets in project and he wants to view/list

[Yahoo-eng-team] [Bug 1518459] [NEW] "Manage Attachments" option should be available under instance actions in Compute Menu

2015-11-20 Thread Pushkar Umaranikar
Public bug reported: "Manage Attachments" option for attaching Cinder volume to an instance is not available under instance actions. User has to switch to Compute -> Volume tab to attach volume to an instance. Instead we can add option for "Manage Attachments" under instance actions. Steps to