[Yahoo-eng-team] [Bug 2047135] [NEW] Race condition at container create form

2023-12-21 Thread Vadym Markov
Public bug reported: Issue manifests when user pastes container name and immediately clicks confirm button at the container create form. In case of issue created container named “undefined“ instead of name provided by form. Timeframe for such behavior is very strict, so it affects mostly tests.

[Yahoo-eng-team] [Bug 2037002] [NEW] Reader can update object tag

2023-09-21 Thread Vadym Markov
Public bug reported: Update of Neutron object tags ignores policies for this object update. So, reader user can update tags for all objects of his project Reproduced on Devstack - Yoga. Newer releases up to master have no changes here, so also should be affected Steps to reproduce: All

[Yahoo-eng-team] [Bug 2008132] [NEW] Unable to associate FIP with Tungstenfabric Neutron backend

2023-02-22 Thread Vadym Markov
Public bug reported: Reproduced issue on the environment with TF Neutron backend and enabled 'enable_fip_topology_check' config option. OVN backend is not affected in any case, combination of any Neutron backend and disabled 'enable_fip_topology_check' also not affected. It is possible to remove

[Yahoo-eng-team] [Bug 1927261] Re: Support for Angular 1.8.x in Horizon

2023-01-23 Thread Vadym Markov
Fixed by https://review.opendev.org/c/openstack/horizon/+/843346 ** Changed in: horizon Status: New => 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 1961595] [NEW] Argument validation for various API endpoints

2022-02-21 Thread Vadym Markov
Public bug reported: Currently, not all request handlers validate arguments passed from client. It leads to response 500 in case of malformed requests. Affected endpoints: 1. http:///api/glance/metadefs/namespaces/?= resource_type is required argument here 2.

[Yahoo-eng-team] [Bug 1952112] [NEW] Template topology page doesn't handle session expiration

2021-11-24 Thread Vadym Markov
Public bug reported: Reproduced on master, but any release since about Pike seems to be affected. Steps to reproduce: 1. Deploy any Openstack environment with Heat and heat-dashboard components enabled. Devstack should be enough 2. Create any stack. "Most basic template" from

[Yahoo-eng-team] [Bug 1943618] [NEW] Unable to handle Swift containers in Horizon due to cookies settings

2021-09-14 Thread Vadym Markov
Public bug reported: Reproduced on several versions since at least Pike to Victoria. Special config needed: $ grep -i "cookie" local_settings.py CSRF_COOKIE_SECURE = True SESSION_COOKIE_SECURE = True CSRF_COOKIE_HTTPONLY = True SESSION_COOKIE_HTTPONLY = True Critical option for reproduce is

[Yahoo-eng-team] [Bug 1932341] [NEW] Image name not shown in Admin - Instances page

2021-06-17 Thread Vadym Markov
Public bug reported: Admin-Compute-Instances dashboard shows "-" as image name for every instance. Despite, Project-Compute-Instances dashboard displays image name correctly. Admin dashboard just lacks code to resolve image name ** Affects: horizon Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1930420] [NEW] Horizon should autofill Source tab for instance when launching it from volume

2021-06-01 Thread Vadym Markov
Public bug reported: Reproduced on recent devstack master. Steps to reproduce: 1. Create a bootable volume from cirros image. 1 Gb is enough 2. Select created volume and choose "Launch as Instance" 3. Define instance name, allocate flavor and network in corresponding tabs 4. Launch instance

[Yahoo-eng-team] [Bug 1929805] [NEW] Can't remove records in 'Create Record Set' form in DNS dashboard

2021-05-27 Thread Vadym Markov
Public bug reported: Reproduced on devstack with master, but seems that any setup with Designate since Mitaka is affected. Steps to reproduce: 1. Go to Project/DNS/Zones page 2. Create a Zone 3. Click on ‘Create Record Set’ button at the right of the Zone record 4. Try to fill several ‘Record’

[Yahoo-eng-team] [Bug 1830886] [NEW] Taiwanese locale not working

2019-05-29 Thread Vadym Markov
Public bug reported: Language selector allows switching to zh-tw, but zh-cn is displayed instead. Django 1.11 finally removed support of legacy chinese locale naming. So, any zh-* locale silently falls back to zh-Hans, which is equivalent of zh-cn. Related discussion:

[Yahoo-eng-team] [Bug 1830759] [NEW] Can't create volume using a volume as a source

2019-05-28 Thread Vadym Markov
Public bug reported: Steps to reproduce: 1. Create volume of non-default type named Vol1 2. Create volume named Vol2 using Vol1 as source Volume Expected result: Volume is created Actual result: Volume isn't created. Error "Error: Unable to create volume." CLI allows this operation **

[Yahoo-eng-team] [Bug 1825961] [NEW] Horizon displays an error message on an empty instances list page

2019-04-23 Thread Vadym Markov
: Vadym Markov (vmarkov) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1825961 Title: Horizon displays an error message on an empty

[Yahoo-eng-team] [Bug 1819423] [NEW] Horizon does not support CSRF_COOKIE_HTTPONLY option

2019-03-11 Thread Vadym Markov
Public bug reported: Steps to reproduce: Deploy Openstack, Devstack Pike is enough add following option into /etc/openstack-dashboard/local_settings.py : CSRF_COOKIE_HTTPONLY = True Restart Apache Expected result: Horizon works Actual result: Several issues appear in Horizon. Request to

[Yahoo-eng-team] [Bug 1818213] [NEW] Horizon pop-up "Create image" does not have confirmation alert

2019-03-01 Thread Vadym Markov
user have possibility to close window without confirmation and lose all data in input fields. ** Affects: horizon Importance: Undecided Assignee: Vadym Markov (vmarkov) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering T

[Yahoo-eng-team] [Bug 1797592] [NEW] Progress bar doesn't displayed at image upload

2018-10-12 Thread Vadym Markov
Public bug reported: "Create image" modal windows should render progress bar during image upload, immediately after "Create image" button pressed. It disappears when image loaded. Screenshot of expected behavior is attached ** Affects: horizon Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1794767] [NEW] Horizon exposes url in Swift error message

2018-09-27 Thread Vadym Markov
Public bug reported: Horizon can be made to expose internal data structures from HTTP requests, this a security hazard. See for example: GET /api/swift/containers/test01s/metadata/nonexistantFile.txt HTTP/1.1 Host: example.com ... Response: HTTP/1.1 404 Not Found Date: Tue, 11 Sep 2018

[Yahoo-eng-team] [Bug 1774623] [NEW] Remove unnecessary disclaimer from the login page

2018-06-01 Thread Vadym Markov
Public bug reported: Horizon has WEBSSO_CHOICES config option which allows user to select auth mechanism to login, like Keystone credentials or OpenID. List of valid auth choices also is configurable. If this option is enabled, user gets list of auth variants and disclaimer "If you are not sure