[Yahoo-eng-team] [Bug 1699060] Re: Impossible to define policy rule based on domain ID

2017-06-20 Thread Valeriy Ponomaryov
** Also affects: aodh Importance: Undecided Status: New ** Also affects: panko 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/1699060

[Yahoo-eng-team] [Bug 1699060] Re: Impossible to define policy rule based on domain ID

2017-06-20 Thread Valeriy Ponomaryov
** Also affects: ceilometer 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/1699060 Title: Impossible to define policy rule based on domain ID

[Yahoo-eng-team] [Bug 1699060] Re: Impossible to define policy rule based on domain ID

2017-06-20 Thread Valeriy Ponomaryov
** Also affects: watcher 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/1699060 Title: Impossible to define policy rule based on domain ID St

[Yahoo-eng-team] [Bug 1699060] [NEW] Impossible to define policy rule based on domain ID

2017-06-20 Thread Valeriy Ponomaryov
Public bug reported: We have common approach to set rules for each API using policy.json file. And for the moment, it is not possible to use "domain_id" in policy rules, only "project_id" and "user_id". It becomes very important because Keystone API v3 is used more and more. The only service that

[Yahoo-eng-team] [Bug 1659391] Re: Server list API does not show existing servers if cell service disabled and default cell not configured

2017-02-02 Thread Valeriy Ponomaryov
Updated description. Bug is valid. ** Changed in: nova Status: Invalid => 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/1659391 Title: Server list API does

[Yahoo-eng-team] [Bug 1659391] [NEW] Server list API does not show existing servers

2017-01-25 Thread Valeriy Ponomaryov
Public bug reported: After merge of commit [1] command "nova list --all-" started returning empty list when servers exist. Revert of this change makes API work again. Steps to reproduce: 1) install latest nova that contains commit [1] 2) create VM 3) run any of following commands: $ nova list --a

[Yahoo-eng-team] [Bug 1633535] Re: Cinder fails to attach second volume to Nova VM

2016-12-02 Thread Valeriy Ponomaryov
** Changed in: manila Status: Confirmed => Invalid ** Changed in: manila Assignee: Valeriy Ponomaryov (vponomaryov) => (unassigned) ** Changed in: manila Milestone: ocata-1 => None -- You received this bug notification because you are a member of Yahoo! Engineering Te

[Yahoo-eng-team] [Bug 1633535] Re: Cinder fails to attach second volume to Nova VM

2016-10-19 Thread Valeriy Ponomaryov
Andrey Pavlov, Thanks! I confirm that problem is exactly with second+ volumes. Updated bug description. ** Changed in: manila Status: In Progress => Confirmed ** Description changed: Cinder fails to attach second volume to Nova VM. This second volume gets "in-use" status, but does not

[Yahoo-eng-team] [Bug 1633535] Re: Generic driver fails to attach Cinder volume to Nova VM

2016-10-18 Thread Valeriy Ponomaryov
** Description changed: Starting from 14th of October, Friday. Our CI jobs with Generic driver - started failing with traces [1]. + (Cinder as backend) started failing with traces [1]. Investigation showed that problem appears when we get volume from Cinder with "in-use" status but with em

[Yahoo-eng-team] [Bug 1578978] [NEW] Limit summary view on project/overview page is broken when amount of charts is changed

2016-05-06 Thread Valeriy Ponomaryov
b.com/openstack/horizon/commit/3a2564e3 [2] https://github.com/openstack/horizon/blob/3a2564e3/horizon/templates/horizon/common/_limit_summary.html ** Affects: horizon Importance: Undecided Assignee: Valeriy Ponomaryov (vponomaryov) Status: In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1177924] Re: Use testr instead of nose as the unittest runner.

2016-04-20 Thread Valeriy Ponomaryov
** Also affects: manila-ui Importance: Undecided Status: New ** Changed in: manila-ui Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launc

[Yahoo-eng-team] [Bug 1548807] [NEW] neutron lbaas DB support is broken on PostgreSQL

2016-02-23 Thread Valeriy Ponomaryov
Public bug reported: Recent change [1] to neutron-lbaas project broke PostgreSQl support. Also, this project is installed in each CI Devstck job and breaks each PoestreSQL job of other projects just trying to be installed. Here is error: logs: http://logs.openstack.org/95/283495/1/check/gate-ma

[Yahoo-eng-team] [Bug 1546723] [NEW] dnsmasq processes inherit system mounts that should not be inherited

2016-02-17 Thread Valeriy Ponomaryov
Public bug reported: See paste [1] - there is list of mounts that each dnsmasq process holds. The ones that have "alpha", "betta" and "gamma" words in names are ZFS filesystems. And it is impossible to unmount them. In case of ZFS it means we cannot "destroy" ZFS filesystems that are in that list

[Yahoo-eng-team] [Bug 1530847] [NEW] TypeError attaching volume to instance

2016-01-04 Thread Valeriy Ponomaryov
Public bug reported: Manila project has been facing following error since "2016, january 3, ~16:00+" of ZUUL's timezone: 2016-01-04 11:47:11.087 ERROR nova.api.openstack.extensions [req-d3ea820b-5b7e-4174-aa92-60b5d6283ee9 nova service] Unexpected exception in API method 2016-01-04 11:47:11.087

[Yahoo-eng-team] [Bug 1505374] Re: Unit tests failing with oslo.policy 0.12.0

2015-10-13 Thread Valeriy Ponomaryov
** Also affects: manila Importance: Undecided Status: New ** Changed in: manila Milestone: None => mitaka-1 ** Changed in: manila Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1495523] [NEW] router-interface-add fails with error 500 on PostgreSQL

2015-09-14 Thread Valeriy Ponomaryov
Public bug reported: If PostgreSQL is used as DB backend then Neutron fails with error code 500 using CLI "router-interface-add": 2015-09-14 11:37:13.976 25772 ERROR oslo_db.sqlalchemy.exc_filters Traceback (most recent call last): 2015-09-14 11:37:13.976 25772 ERROR oslo_db.sqlalchemy.exc_filte

[Yahoo-eng-team] [Bug 1493576] Re: Incorrect usage of python-novaclient

2015-09-09 Thread Valeriy Ponomaryov
** Also affects: cinder Importance: Undecided Status: New ** Description changed: All projects should use only `novaclient.client` as entry point. It designed with some version checks and backward compatibility. Direct import of versioned client object(i.e. novaclient.v2.client) is

[Yahoo-eng-team] [Bug 1491325] [NEW] nova api v2.1 does not allow to use autodetection of volume device path

2015-09-02 Thread Valeriy Ponomaryov
Public bug reported: Using API v2.1 we are forced to provide device path attaching a volume to an instance. using API v2.0 it allowed to provide 'auto' and in this case Nova calculated it by itself. It is very useful when we do not care about exact device path. using APi v2.1 Nova, at first ver

[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-07-24 Thread Valeriy Ponomaryov
** Changed in: manila 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/1458945 Title: Use graduated oslo.policy instead of oslo-incubator code Status in Barb

[Yahoo-eng-team] [Bug 1361360] Re: Eventlet green threads not released back to the pool leading to choking of new requests

2015-07-22 Thread Valeriy Ponomaryov
** Also affects: manila Importance: Undecided Status: New ** Changed in: manila Assignee: (unassigned) => Valeriy Ponomaryov (vponomaryov) ** Changed in: manila Status: New => In Progress -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1371022] Re: Idle client connections can persist indefinitely

2015-07-22 Thread Valeriy Ponomaryov
** Also affects: manila Importance: Undecided Status: New ** Changed in: manila Assignee: (unassigned) => Valeriy Ponomaryov (vponomaryov) ** Changed in: manila Status: New => In Progress -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-05-27 Thread Valeriy Ponomaryov
** No longer affects: manila -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1458945 Title: Use graduated oslo.policy instead of oslo-incubator code Status in OpenStack Key Management (B

[Yahoo-eng-team] [Bug 1415835] [NEW] VM boot is broken with providing port-id from Neutron

2015-01-29 Thread Valeriy Ponomaryov
Public bug reported: Commit https://review.openstack.org/#/c/124059/ has introduced bug, where Nova can not boot VM. Steps to reproduce: 1) Create port in Neutron 2) Boot Vm without security group, but with port: nova --debug boot tt --image=25a15f92-6bbe-43d6-8da5-b015966a4bd1 --flavor=100 --n

[Yahoo-eng-team] [Bug 1368910] Re: intersphinx requires network access which sometimes fails

2014-10-02 Thread Valeriy Ponomaryov
** Changed in: python-manilaclient Status: Fix Committed => 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/1368910 Title: intersphinx requires networ

[Yahoo-eng-team] [Bug 1284677] Re: Python 3: do not use 'unicode()'

2014-08-03 Thread Valeriy Ponomaryov
** Changed in: manila Status: In Progress => Fix Committed ** Changed in: manila Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1284677

[Yahoo-eng-team] [Bug 1284677] Re: Python 3: do not use 'unicode()'

2014-07-11 Thread Valeriy Ponomaryov
** Also affects: manila Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1284677 Title: Python 3: do not use 'unicode()' Status in OpenStack Ima

[Yahoo-eng-team] [Bug 1190149] Re: Token auth fails when token is larger than 8k

2014-06-16 Thread Valeriy Ponomaryov
** No longer affects: manila -- 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/1190149 Title: Token auth fails when token is larger than 8k Status in Cinder: Fix Release

[Yahoo-eng-team] [Bug 1190149] Re: Token auth fails when token is larger than 8k

2014-04-24 Thread Valeriy Ponomaryov
** Also affects: manila Importance: Undecided Status: New ** Changed in: manila Assignee: (unassigned) => Valeriy Ponomaryov (vponomaryov) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. ht

[Yahoo-eng-team] [Bug 1306177] [NEW] wrong event expectation in _attachInputHandlers

2014-04-10 Thread Valeriy Ponomaryov
event without 'keyup'. Place with error - gigabyte quotas in volume creation dialog for cinder. (see attachment) ** Affects: horizon Importance: Undecided Assignee: Valeriy Ponomaryov (vponomaryov) Status: In Progress ** Attachment added: "horizon_quota.png

[Yahoo-eng-team] [Bug 1253497] Re: Replace uuidutils.generate_uuid() with str(uuid.uuid4())

2014-02-28 Thread Valeriy Ponomaryov
** Changed in: manila Status: Fix Committed => 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/1253497 Title: Replace uuidutils.generate_uuid() with s

[Yahoo-eng-team] [Bug 1266962] Re: Remove set_time_override in timeutils

2014-02-19 Thread Valeriy Ponomaryov
** Changed in: manila Status: In Progress => Fix Released ** Changed in: manila Milestone: None => icehouse-3 -- 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/126