[Yahoo-eng-team] [Bug 2080538] [NEW] Add support for Domain Manager personas to Horizon

2024-09-12 Thread Dmitriy Rabotyagov
Public bug reported: With Dalmatian release (2024.2) Keystone has finally added support for domain managers: https://review.opendev.org/c/openstack/keystone/+/924132 This type of users have a Domain scoped tokens and have a `manager` role assigned to the domain. With these privileges they are a

[Yahoo-eng-team] [Bug 2075150] Re: unable to use pdb for nova

2024-07-30 Thread Dmitriy Rabotyagov
Hey, I think this bug is actually belonging to the Nova project rather then OpenStack-Ansible, as that's basically a question regarding specific service source code rather then a deployment of this service. Next to that, I'd say that conductor part is likely to be catched not through nova-api but

[Yahoo-eng-team] [Bug 2063364] Re: forbidden traits in flavor not honored

2024-04-25 Thread Dmitriy Rabotyagov
Hey, Despite I do see this was deployed with OpenStack-Ansible, it feels this has very little to do with deployment method, but rather service itself. With that I will transfer this bug to Nova project, so that they could assist you. ** Project changed: openstack-ansible => nova -- You receive

[Yahoo-eng-team] [Bug 2056300] [NEW] Some Roboto fonts are looked in the wrong location

2024-03-06 Thread Dmitriy Rabotyagov
Public bug reported: I do have a basic OpenStack-Ansible All-in-One deployment of the current master branch. Horizon SHA: a77818d745f25ed1e5b576760d3481f0f62ce042 Deployment was done following way: 1. git clone https://opendev.org/openstack/openstack-ansible 2. cd openstack-ansible 3. ./scripts/

[Yahoo-eng-team] [Bug 1823023] Re: legacy router namespaces absence or error run exec

2024-02-13 Thread Dmitriy Rabotyagov
it's weird that routers were scheduled to compute nodes - we usually suggested using either standalone net nodes or controllers as destination for L3 agents Also we haven't seen issues like that really for a while now. Since Rocky is not supported and reach it's End Of Life, at this point there i

[Yahoo-eng-team] [Bug 2040264] [NEW] VM rebuild fails after Zed->2023.1 upgrade

2023-10-24 Thread Dmitriy Rabotyagov
Public bug reported: Description === After upgrade of nova, including compute and conductor nodes, VM rebuild fails. All computes, that have service state UP, and all conductors are having version 66. Though, there was 1 compute during upgrade that is DOWN, which does have version 64. Du

[Yahoo-eng-team] [Bug 2039597] [NEW] nova-status upgrade check fails on Object ID linkage

2023-10-17 Thread Dmitriy Rabotyagov
Public bug reported: Description === With upgrade from 2023.1 to 2023.2 when running nova-status upgrade check it fails with exit code 2. According to the documentation [1], this command was run with the new codebase (2023.2) but before any service (api/conductor/scheduler/compute) was

[Yahoo-eng-team] [Bug 2028809] Re: Upgrades from Zed to Antelope may fail due to the password truncation

2023-10-06 Thread Dmitriy Rabotyagov
** Changed in: openstack-ansible Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/2028809 Title: Upgrades from Zed to Antel

[Yahoo-eng-team] [Bug 2033209] Re: changing openstack_domain does not change in nova DB

2023-08-29 Thread Dmitriy Rabotyagov
Hey, Sorry, I am inclined to say that the problem you are describing is specifically nova issue. I will change affected project to Nova, as I believe this bug report fits better there. As far as I know regarding the topic - this is pretty much intended behavior and a known dropback. The only work

[Yahoo-eng-team] [Bug 1973349] [NEW] Slow queries after upgrade to Xena

2022-05-13 Thread Dmitriy Rabotyagov
interesting thing is difference in execution time between admin/non-admin call: (openstack) dmitriy@6BT6XT2:~$ . Documents/openrc/admin.rc (openstack) dmitriy@6BT6XT2:~$ time openstack port list --project | wc -l 2142 real0m5,401s user0m1,565s sys 0m0,086s (openstack) dmitriy@6BT6XT2:~$

[Yahoo-eng-team] [Bug 1966452] Re: Using resources:PCPU property does not result in CPU pinning

2022-03-25 Thread Dmitriy Rabotyagov
There's a typo in flavor specification I was copy-pasting several times ;( | properties | resouces:PCPU='4', trait:CUSTOM_HIGHCPU='required' | s/resouces/resources/ ** Changed in: nova Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1966452] [NEW] Using resources:PCPU property does not result in CPU pinning

2022-03-25 Thread Dmitriy Rabotyagov
Public bug reported: When instance is being created from flavor with `--property resources:PCPU=4`, generated XML doesn't include vcpupin directives that basically does pinning. Instead only 4 is present in libvirt for flavor with PCPU resource. Nova version: Xena Sample flavor that's being use

[Yahoo-eng-team] [Bug 1945646] [NEW] Nova fails to live migrate instance with upper-case port MAC

2021-09-30 Thread Dmitriy Rabotyagov
Public bug reported: Description === When neutron port has MAC address defined in upper case and libvirt stores MAC in XML in lower case, migration is failed with KeyError: ``` Sep 30 10:31:38 cc-compute08-dx1 nova-compute[3054313]: 2021-09-30 10:31:38.028 3054313 ERROR nova.virt.libvir

[Yahoo-eng-team] [Bug 1932326] [NEW] Compute process cast against instance it does not own

2021-06-17 Thread Dmitriy Rabotyagov
Public bug reported: Description === In case, when some request (ie instance shutdown) is sent to the compute that is not available, request continue hanging in queue. In the meanwhile, instance can be evacuated from this host to the new available compute. However once original compute ho

[Yahoo-eng-team] [Bug 1927521] [NEW] LDAP implementation is broken for py2.7 on T

2021-05-07 Thread Dmitriy Rabotyagov
Public bug reported: Issue descripton Train is supposed to be the last release that support python 2.7. In the meanwhile, https://review.opendev.org/c/openstack/keystone/+/755736 has been backported back to Train. It implements usage of the weakref.finalize which is valid attri

[Yahoo-eng-team] [Bug 1923899] [NEW] Nova create duplicate cells when templates are used

2021-04-14 Thread Dmitriy Rabotyagov
Public bug reported: Description === When you use templates for cell creation and re-run create_cell command, duplicate cell will be created This happens because logic is broken here for templates: https://opendev.org/openstack/nova/src/commit/9e5feb051c15166988e87b10132927135bd56884/nov

[Yahoo-eng-team] [Bug 1846198] Re: packet loss during active L3 HA agent restart

2021-03-18 Thread Dmitriy Rabotyagov
Fix has been released for Victoria ** Changed in: openstack-ansible Status: New => 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/1846198 Title: packet loss during

[Yahoo-eng-team] [Bug 1915710] [NEW] Doesn't download image from _base folder

2021-02-15 Thread Dmitriy
Public bug reported: Hello. Recently I encountered with strange behavior of nova while upgrading instance to a new flavor. I did: 1. I created an instance from a previously made snapshot. 2. After the instance has been successfully created, I deleted the snapshot from image storage. 3. Created

[Yahoo-eng-team] [Bug 1718356] Re: Include default config files in python wheel

2021-02-11 Thread Dmitriy Rabotyagov
** Changed in: openstack-ansible Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1718356 Title: Include default config fil

[Yahoo-eng-team] [Bug 1632383] Re: The current Horizon settings indicate no valid image creation methods are available

2020-12-03 Thread Dmitriy Rabotyagov
This has been fixed for a while and IMAGES_ALLOW_LOCATION is present in local_settings.py ** Changed in: openstack-ansible Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboar

[Yahoo-eng-team] [Bug 1853822] [NEW] Display only supported by glance disk_format

2019-11-25 Thread Dmitriy Rabotyagov
t;http://172.29.236.100:9292/v2/";, >>> token=conn.auth_token, insecure=True) >>> glanceclient.schemas.get('image').raw()['properties']['disk_format']['enum'] [None, 'raw'] >>> [1] https://docs.openstack.org/api-ref/im

[Yahoo-eng-team] [Bug 1848201] [NEW] [neutron-vpnaas] Neutron installed inside venv makes VPNaaS broken

2019-10-15 Thread Dmitriy Rabotyagov
7:37:11.620 17205 ERROR neutron_vpnaas.services.vpn.device_drivers.ipsec 2019-10-08 17:37:11.620 17205 ERROR neutron_vpnaas.services.vpn.device_drivers.ipsec [1] https://opendev.org/openstack/neutron- vpnaas/src/branch/master/neutron_vpnaas/services/vpn/device_drivers/libreswan_ipsec.py#L22 **

[Yahoo-eng-team] [Bug 1839360] [NEW] nova-compute fails with DBNotAllowed error

2019-08-07 Thread Dmitriy Rabotyagov
Public bug reported: Description === During routine operations or things like running regular tempest checks nova-compute tries to reach database and fails with DBNotAllowed error: https://logs.opendev.org/33/660333/10/check/openstack-ansible-deploy-aio_metal-ubuntu-bionic/97d8bc3/logs/h

[Yahoo-eng-team] [Bug 1821455] [NEW] Unable to edit images created from location

2019-03-23 Thread Dmitriy Rabotjagov
Public bug reported: Hi, I'm using Horizon 15.0.0 (SHA 91d45cf26989f701942bbfcb04429f7f42a91e44) and faced with the following problem. When Image is created from file, it editable - can lock/unlock, rename, etc. But once it's created from Location url (with enabled IMAGES_ALLOW_LOCATION) it's not

[Yahoo-eng-team] [Bug 1778771] [NEW] Backups panel is visible even if enable_backup is False

2018-06-26 Thread Dmitriy R.
Public bug reported: Hi, Volumes - Backup panel is visible even if OPENSTACK_CINDER_FEATURES = {'enable_backup': False} in local_settings.py Meanwhile setting enable_backup to false removes an option to create backup of a volume in the volume drop-down options. But panel with backups itself stay

[Yahoo-eng-team] [Bug 1777123] [NEW] Nova 17.04 fails to create ephemeral storage with rbd driver

2018-06-15 Thread Dmitriy R.
Public bug reported: Description === Nova-compute is unable to create ephemeral storage due to type error, as it sends unicode object to rbd.Image() class as a storage name. Meanwhile, rbd.Image() accepts only string value. Steps to reproduce == Try to create an instanc

[Yahoo-eng-team] [Bug 1768821] [NEW] Menu bar on 'Identity / Projects' page is moved down when selecting filter type

2018-05-03 Thread Dmitriy Kruglov
Public bug reported: In Safari browser on 'Identity / Projects' page the menu bar appears under the list of projects. It occurs when dropdown of project filter types is opened, but the filter type is not changed and the user closes the dropdown (clicks anywhere on blank space or selects the sam

[Yahoo-eng-team] [Bug 1765024] [NEW] requires_keypair does not affect NG interface

2018-04-18 Thread Dmitriy R.
Public bug reported: Hi, Setting "'requires_keypair': True" in OPENSTACK_HYPERVISOR_FEATURES does not affect new server creation form (angular one). So it is impossible to make key_pair as a required field now with this setting. Meanwhile this approach still works in the legacy form. It is repro

[Yahoo-eng-team] [Bug 1760832] [NEW] Shows external networks even if they are not shared

2018-04-03 Thread Dmitriy R.
Public bug reported: Hi, I think, that this case might be somehow related to the one, described here: https://bugs.launchpad.net/horizon/+bug/1384975 Steps to reproduce are the same: Login as tenant "A", create couple of networks: - Network 1, external network shared. - Network 2, external netwo

[Yahoo-eng-team] [Bug 1722499] [NEW] error neutron_lbaas_dashboard "Unable to retrieve load balancers."

2017-10-10 Thread dmitriy maksimov
Public bug reported: After update ocata to pike. [root@mgmt2 ~]# rpm -qa | grep openstack-neutron-lbaas openstack-neutron-lbaas-11.0.1-1.el7.noarch [root@mgmt2 ~]# rpm -qa | grep openstack-dashboard openstack-dashboard-12.0.0-2.el7.noarch When accessing "Load Balancers" Tab in Horizon UI a foll

[Yahoo-eng-team] [Bug 1706879] [NEW] /identity/domains has no links

2017-07-27 Thread Dmitriy Stremkovskiy
Public bug reported: “/identity/domains/” is not listed in Horizon UI and one cannot find any way to assign roles for domain users then. However this location is working and accessible without a link. Expected: Link to “/identity/domains/” visible to domain admin user ** Affects: horizon Im

[Yahoo-eng-team] [Bug 1621086] [NEW] Port delete on router interface remove

2016-09-07 Thread Dmitriy
Public bug reported: 1. I create port, then router and then use add_router_interface. 2. Then I use remove_router_interface. 3. Port is deleted - and this is unexpected (for me, at least). I was using Heat on devstack master to test this. Template for stack with port: resources: media_port:

[Yahoo-eng-team] [Bug 1587901] [NEW] Cant get listener connected with l7policy through neutron api

2016-06-01 Thread Dmitriy
Public bug reported: I'm in process of adding l7policy and l7rule resources support to Heat. In according plugins sometimes I need to check loadbalancer status. When I try to do such check from l7rule, I have only id of l7policy. And I have no way to get loadbalancer id through api. Neutron api do

[Yahoo-eng-team] [Bug 1569404] [NEW] Remove threading before process forking

2016-04-12 Thread Dmitriy Ukhlov
common libraries because projects use them incorrectly. I think that is fare. ** Affects: neutron Importance: Undecided Assignee: Dmitriy Ukhlov (dukhlov) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Dmitriy Ukhlov (dukhlov) ** Changed in: neut

[Yahoo-eng-team] [Bug 1410850] [NEW] Multiple SQL backend check fails

2015-01-14 Thread Bogun Dmitriy
Public bug reported: In multi domain setup keystone support only one SQL backend. Method that check how many SQL backends are requested contain error. It's result depends from domain's config load order. It will not detect multiple SQL backends if domain's config loaded in order like this: SQL ->

[Yahoo-eng-team] [Bug 1266892] [NEW] Keystone v3 doesn't handle incorrect user ID on request to list its roles

2014-01-07 Thread Dmitriy Kruglov
Public bug reported: When an invalid user ID is given on issuing the API request to list roles for a user in a project, no appropriate handling is performed. It is expected to receive back the 404 'resource not found' status code (and it is correctly returned for other cases such as requesting