[Yahoo-eng-team] [Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-11-12 Thread Radomir Dopieralski
I can still see the contradictory code in horizon/__init__.py. Should that be fixed too? I mean, if we decide that we do require Dashboard, Panel and PanelGroup, then maybe we should remove the try-except and warnings? If we decide that they are optional after all, then we should remove the

[Yahoo-eng-team] [Bug 1224458] Re: No handling for session expire

2013-12-04 Thread Radomir Dopieralski
** Changed in: tuskar-ui 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). https://bugs.launchpad.net/bugs/1224458 Title: No handling for session expire

[Yahoo-eng-team] [Bug 1259458] [NEW] Group related panels into packages

2013-12-10 Thread Radomir Dopieralski
by a small change in how the URLs of the panels are generated. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (thesheep) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1278825] [NEW] Raising NotImplementedError makes it impossible to use super() properly

2014-02-11 Thread Radomir Dopieralski
if the superclass' get_context_data raises NotImplementedError. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (thesheep) Status: New ** Changed in: horizon Assignee: (unassigned) = Radomir Dopieralski (thesheep) ** Description changed

[Yahoo-eng-team] [Bug 1367716] [NEW] Caching of main menu panel list

2014-09-10 Thread Radomir Dopieralski
Public bug reported: As we are adding more logic to panels for hiding or showing them depending on what is available in other services, we will inevitably have to call out to those other services' APIs to check things. Since the main menu with the panel list is displayed practically on every

[Yahoo-eng-team] [Bug 1367720] [NEW] Upgrade of jquery-ui

2014-09-10 Thread Radomir Dopieralski
Public bug reported: The version of jquery-ui library that is currently bundled in Horizon is quite ancient and buggy. Most distributions will try to replace those files with their own versions, which are much higher than what we have. This can result in unpredictable breakage, that we won't be

[Yahoo-eng-team] [Bug 1370137] [NEW] pyscss can't compile bootstrap 3.2.0

2014-09-16 Thread Radomir Dopieralski
Public bug reported: As reported in https://github.com/Kronuz/pyScss/issues/287 We need to upgrade pyscss as soon as this fix is released to allow unbundling of bootstrap. ** Affects: horizon Importance: High Assignee: Radomir Dopieralski (thesheep) Status: In Progress

[Yahoo-eng-team] [Bug 1375883] [NEW] unbundle bootstrap

2014-09-30 Thread Radomir Dopieralski
Importance: High Assignee: Radomir Dopieralski (thesheep) Status: In Progress ** Changed in: horizon Milestone: None = juno-rc1 ** Changed in: horizon Importance: Undecided = High ** Changed in: horizon Status: New = In Progress ** Changed in: horizon Assignee

[Yahoo-eng-team] [Bug 1020799] Re: Figure out a way to package LESS in friendlier manner

2014-05-29 Thread Radomir Dopieralski
** Changed in: horizon Status: Confirmed = Won't Fix -- 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/1020799 Title: Figure out a way to package LESS in

[Yahoo-eng-team] [Bug 1343342] [NEW] Allow adding to INSTALLED_APPS from local_settings.py

2014-07-17 Thread Radomir Dopieralski
be prepended to the INSTALLED_APPS list. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (thesheep) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1349811] [NEW] Flake8 checks non-functional

2014-07-29 Thread Radomir Dopieralski
*** This bug is a duplicate of bug 1347472 *** https://bugs.launchpad.net/bugs/1347472 Public bug reported: After finding some obvious PEP 8 violations merged in Horizon's master, I investigated a little and found out that since 2014-06-03 the only check that Flake8 was performing on the

[Yahoo-eng-team] [Bug 1349820] [NEW] pep8 errors openstack_dashboard subdirectory

2014-07-29 Thread Radomir Dopieralski
before bug https://bugs.launchpad.net/horizon/+bug/1347472 is closed. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (thesheep) Status: New ** Changed in: horizon Assignee: (unassigned) = Radomir Dopieralski (thesheep) -- You received this bug

[Yahoo-eng-team] [Bug 1355131] [NEW] Populate xstatic-core and xstatic-ptl ACL groups for Gerrit

2014-08-11 Thread Radomir Dopieralski
populated with the same users, as the corresponding horizon-core and horizon-ptl groups. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (thesheep) Status: New ** Affects: openstack-ci Importance: Undecided Status: New ** Also affects: horizon

[Yahoo-eng-team] [Bug 1355131] Re: Populate xstatic-core and xstatic-ptl ACL groups for Gerrit

2014-08-11 Thread Radomir Dopieralski
Awesome, thank you! ** 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). https://bugs.launchpad.net/bugs/1355131 Title: Populate xstatic-core

[Yahoo-eng-team] [Bug 1284665] [NEW] DEBUG:cinderclient.client:Connection refused when running tests

2014-02-25 Thread Radomir Dopieralski
Public bug reported: When running the tests, this is displayed several times and ignored (no tests fail): INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): public.nova.example.com DEBUG:cinderclient.client:Connection refused:

[Yahoo-eng-team] [Bug 1284664] [NEW] TypeError for fake_init_exception when running tests

2014-02-25 Thread Radomir Dopieralski
Public bug reported: When running openstack_dashboard tests, this error is displayed twice and ignored (no tests fail): Error while checking action permissions. Traceback (most recent call last): File /home/sheep/devel/horizon/horizon/tables/base.py, line 1119, in _filter_action return

[Yahoo-eng-team] [Bug 1288650] [NEW] Missing slug in TabGroup gives confusing errors

2014-03-06 Thread Radomir Dopieralski
should be raised instead. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (thesheep) Status: New ** Also affects: horizon Importance: Undecided Status: New ** No longer affects: tuskar-ui ** Changed in: horizon Assignee: (unassigned) = Radomir

[Yahoo-eng-team] [Bug 1301935] [NEW] Dashboard ignores the HORIZON_CONFIG['user_home'] setting

2014-04-03 Thread Radomir Dopieralski
for changing that default behavior. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (thesheep) Status: In Progress ** Tags: icehouse-rc-potential ** Changed in: horizon Assignee: (unassigned) = Radomir Dopieralski (thesheep) ** Tags added: icehouse-rc

[Yahoo-eng-team] [Bug 1302387] [NEW] Allow changing any horizon settings from the plugin config files

2014-04-04 Thread Radomir Dopieralski
to override arbitrary HORIZON_CONFIG values from the dashboard configuration files. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (thesheep) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1313653] [NEW] TypeError: horizon.cookies is undefined

2014-04-28 Thread Radomir Dopieralski
Public bug reported: JavaScript error on the network tab, starting with this commit: https://github.com/openstack/horizon/commit/44ac63883f33ae35a2d674f20918f5a77f59cc11 ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1313653] Re: TypeError: horizon.cookies is undefined

2014-04-28 Thread Radomir Dopieralski
** Changed in: horizon Status: New = Invalid -- 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/1313653 Title: TypeError: horizon.cookies is undefined Status

[Yahoo-eng-team] [Bug 1384683] [NEW] Dashboard tests register admin.aggregates as side effect

2014-10-23 Thread Radomir Dopieralski
and their panels except for the infrastructure dashboard that we are adding. This leads to url resolution errors when a panel is being registered in a dashboard that doesn't exist. ** Affects: horizon Importance: Critical Assignee: Radomir Dopieralski (thesheep) Status: In Progress

[Yahoo-eng-team] [Bug 1435201] [NEW] Horizon uses deprecated novaclient.v1_1

2015-03-23 Thread Radomir Dopieralski
Public bug reported: We get warnings: UserWarning: Module novaclient.v1_1 is deprecated (taken as a basis for novaclient.v2). ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (thesheep) Status: In Progress ** Changed in: horizon Assignee

[Yahoo-eng-team] [Bug 1474241] [NEW] Need a way to disable simple tenant usage

2015-07-14 Thread Radomir Dopieralski
anymore, so we need a configuration option on the Horizon side. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (thesheep) Status: In Progress ** Changed in: horizon Assignee: (unassigned) = Radomir Dopieralski (thesheep) -- You received this bug

[Yahoo-eng-team] [Bug 1488537] [NEW] Lack of graceful handling of 404 error from neutron

2015-08-25 Thread Radomir Dopieralski
is either erred or incapable performing request'. ** Affects: nova Importance: Undecided Assignee: Radomir Dopieralski (thesheep) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Radomir Dopieralski (thesheep) -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1543511] [NEW] Instances stuck in DELETING state if delete fails

2016-02-09 Thread Radomir Dopieralski
Public bug reported: In Liberty, when a transient error happens (such as lost connection to the database) while the compute is performing a delete of an instance, that instance is stuck in DELETING state, and cannot be deleted anymore. This persists until restarting of the compute service fixes

[Yahoo-eng-team] [Bug 1536589] [NEW] Inconsistent state when connection to conductor is lost during live migration

2016-01-21 Thread Radomir Dopieralski
r. 4. Wait for the migration to finish. 5. Bring the rabbitmq server back up. 6. Observe the instance stuck in "migrating" state, with everything migrated to the new host, but Nova thinking it's still on the old host. ** Affects: nova Importance: Undecided Assignee: Radomir D

[Yahoo-eng-team] [Bug 1661537] [NEW] Domain token confused with domain context in identity panels

2017-02-03 Thread Radomir Dopieralski
Public bug reported: With Keystone v2 you only had a domain token when you selected a domain context. This is no longer true for Keystone v3. We need to separate the two concepts in the code, and use the domain context if it is set, and otherwise fall back to effective domain. ** Affects:

[Yahoo-eng-team] [Bug 1660602] [NEW] Domains list shows only one domain, even when the user has permissions to list_domains

2017-01-31 Thread Radomir Dopieralski
Public bug reported: If a user has a domain token, only one domain will be shown in the domain list, even when that user has the idenity:list_domains permission. That is because the assumption that a domain token means that the user has selected a domain context is no longer true for Keystone

[Yahoo-eng-team] [Bug 1663539] Re: Can't select "File" in "Create Image" when IMAGES_ALLOW_LOCATION=True

2017-02-10 Thread Radomir Dopieralski
I had stale static files. ** Changed in: horizon Status: New => Invalid -- 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/1663539 Title: Can't select "File"

[Yahoo-eng-team] [Bug 1663539] [NEW] Can't select "File" in "Create Image" when IMAGES_ALLOW_LOCATION=True

2017-02-10 Thread Radomir Dopieralski
Public bug reported: Setting IMAGES_ALLOW_LOCATION=True in the local_settings.py enabled the selection of "URL" in the "Create Image" dialog, however, it's now the only mode available. Clicking on the "File" switch doesn't switch the interface to a local upload -- in fact, the whole control seems

[Yahoo-eng-team] [Bug 1658111] [NEW] Parameters from environment ignored when uploading a HEAT template

2017-01-20 Thread Radomir Dopieralski
Public bug reported: When creating a new stack, we can specify a heat template file and an environment file. However, the parameter values specified in the environment file are completely ignored in the second step of the wizard, where we still need to fill all the parameters manually. Even

[Yahoo-eng-team] [Bug 1649819] [NEW] APIVersionManager can't distinguish between 2.4 and 2.40

2016-12-14 Thread Radomir Dopieralski
Public bug reported: Since the APIVersionManager requires the version to be specified either as an integer or a float, it can't tell the difference between version numbers "2.4" and "2.40". This is especially unfortunate with the new microversion support in many services. ** Affects: horizon

[Yahoo-eng-team] [Bug 1645721] [NEW] Gettext inside settings

2016-11-29 Thread Radomir Dopieralski
ate them when setting to their own values anyways. They are not translated anyways, as they are commented out, and so the translation system doesn't pick them up. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (thesheep) Status: New ** Changed in: hori

[Yahoo-eng-team] [Bug 1671604] [NEW] KeyError with Volumes panel

2017-03-09 Thread Radomir Dopieralski
rizon/.tox/py27/lib/python2.7/site-packages/django/template/debug.py", line 92, in render output = force_text(output) File "/home/rdopiera/dev/horizon/.tox/py27/lib/python2.7/site-packages/django/utils/encoding.py", line 92, in force_text s = six.text_type(s) TypeE

[Yahoo-eng-team] [Bug 1671604] Re: KeyError with Volumes panel

2017-03-10 Thread Radomir Dopieralski
** Changed in: horizon Status: In Progress => Invalid -- 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/1671604 Title: KeyError with Volumes panel Status in

[Yahoo-eng-team] [Bug 1458973] Re: Edit Port name without filling existing device id and device owner causes port detached

2017-07-20 Thread Radomir Dopieralski
*** This bug is a duplicate of bug 1672215 *** https://bugs.launchpad.net/bugs/1672215 This has been already fixed in https://github.com/openstack/horizon/commit/61fece80e1c153dd7569011cb247b066095753ee ** This bug has been marked a duplicate of bug 1672215 device_id/device_owner field in

[Yahoo-eng-team] [Bug 1700977] [NEW] Volumes tab doesn't list any volumes

2017-06-28 Thread Radomir Dopieralski
Public bug reported: It seems that the Volumes tab doesn't show any volumes at the moment, even when there are some -- when I select "create volume" and "from volume", I have several volumes to choose from, but they don't show up in the main table. ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1708655] Re: mod_wsgi requires WSGIApplicationGroup %{GLOBAL} or it will hang

2017-08-07 Thread Radomir Dopieralski
** Also affects: puppet-horizon Importance: Undecided Status: New -- 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/1708655 Title: mod_wsgi requires

[Yahoo-eng-team] [Bug 1708655] [NEW] mod_wsgi requires WSGIApplicationGroup %{GLOBAL} or it will hang

2017-08-04 Thread Radomir Dopieralski
Public bug reported: It seems that the recent versions of python-gobject-base used by python- keyring library, which is in turn used by python-keystoneclient, use the simplified GIL state API as described in http://modwsgi.readthedocs.io/en/develop/user-guides/application-

[Yahoo-eng-team] [Bug 1567334] Re: RFE: Add ethertype field when creating security group rule

2017-06-12 Thread Radomir Dopieralski
There already is an ethertype field in that form, but it is only visible when the CIDR field is not available -- otherwise the type is inferred from the CIDR you are specifying. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1694574] [NEW] Failed loading flavors in instance launch under MSIE11

2017-05-30 Thread Radomir Dopieralski
Public bug reported: No flavors are shown in the "Launch Instance" dialog in Internet Explorer 11 (IE11). Instead, the following alert message is displayed: "Error: Unable to retrieve the flavors." The following error appears in the console: TypeError: Object.keys: argument is not an

[Yahoo-eng-team] [Bug 1688577] [NEW] Unable to update default quotas

2017-05-05 Thread Radomir Dopieralski
Public bug reported: "Error: Unable to update default quotas" raised when tried update quotas in Horizon. Dialog "Update Default Quotas" appears with empty fields "Key Pairs" and "Length of Injected File Path". Even you type default quotas such as "100" and "255" you will get 2 messages: 1st -

[Yahoo-eng-team] [Bug 1723072] [NEW] Better errors when config files are inaccessible

2017-10-12 Thread Radomir Dopieralski
Public bug reported: When Horizon can't access some of its configuration files, it ignores them and falls back to the default settings instead of raising any errors. Unfortunately, since the default settings don't allow connections from any hosts, this results in a very confusing "Error 400"

[Yahoo-eng-team] [Bug 1705974] Re: Image source not shown when launching instance

2017-12-04 Thread Radomir Dopieralski
*** This bug is a duplicate of bug 1710890 *** https://bugs.launchpad.net/bugs/1710890 I can confirm this bug in Ocata. ** This bug has been marked a duplicate of bug 1710890 Image is not available when launch instance -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1380701] Re: create project validates quota usage against the current project

2017-12-18 Thread Radomir Dopieralski
Looks like this is fixed by https://bugs.launchpad.net/horizon/+bug/1713724 ** Changed in: horizon Status: Confirmed => 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 1380701] Re: create project validates quota usage against the current project

2017-12-18 Thread Radomir Dopieralski
=> Confirmed ** Changed in: horizon Assignee: Sam Betts (sambetts) => Radomir Dopieralski (deshipu) ** Changed in: horizon Milestone: 2015.1.0 => queens-3 ** Changed in: horizon Milestone: queens-3 => None -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1742412] [NEW] Unicode handling error in transfer credentials

2018-01-10 Thread Radomir Dopieralski
in horizon.log and the authorization information can not be downloaded UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8 in position 0: ordinal not in range(128) ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (deshipu) Status: New ** Changed

[Yahoo-eng-team] [Bug 1787943] Re: Internal endpoint address revealed in a cookie

2018-08-21 Thread Radomir Dopieralski
** Also affects: horizon Importance: Undecided Status: New ** Changed in: horizon Assignee: (unassigned) => Radomir Dopieralski (deshipu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Hori

[Yahoo-eng-team] [Bug 1788367] [NEW] Live migration invoked from Horizon skips scheduler while using metadata

2018-08-22 Thread Radomir Dopieralski
al results: Migration is getting successful from Horizon. Expected results: Migration should not be completed from Horizon as well. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (deshipu) Status: New -- You received this bug notification because you ar

[Yahoo-eng-team] [Bug 1703369] Re: get_identity_providers policy should be singular

2018-04-25 Thread Radomir Dopieralski
** Also affects: horizon Importance: Undecided Status: New -- 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/1703369 Title: get_identity_providers policy

[Yahoo-eng-team] [Bug 1818639] [NEW] Chinese translations got renamed from zh-cn and zh-tw to zh-hans and zh-hant

2019-03-05 Thread Radomir Dopieralski
Public bug reported: According to https://code.djangoproject.com/ticket/18419 there was a rename of those languages/locales, but Horizon still uses the old names. However, since Django no longer ships with zh_CN and zh_TW translations, the translation.check_for_language(lang_code) function now

[Yahoo-eng-team] [Bug 1829527] [NEW] Default volume type used in Create Volume dialog even when the user doesn't have access to it

2019-05-17 Thread Radomir Dopieralski
Public bug reported: When the volume type configured as default in Cinder is non-public, some users will not have access to it. However, it will still be displayed as the selected option on the Create Volume dialog, and probably because it's not one of the valid choices, it will be impossible to

[Yahoo-eng-team] [Bug 1829527] Re: Default volume type used in Create Volume dialog even when the user doesn't have access to it

2019-05-21 Thread Radomir Dopieralski
Thank you! ** Changed in: horizon Status: Incomplete => Invalid -- 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/1829527 Title: Default volume type used in

[Yahoo-eng-team] [Bug 1841049] [NEW] Angularized images overview ignores i18n for dates

2019-08-22 Thread Radomir Dopieralski
Public bug reported: The image overview view (the one that appears when we click on image view) displays two dates, created_at and updated_at. The Angular version of that view (which is now the default) always displays the dates in some weird format, that is different from Horizon's default and

[Yahoo-eng-team] [Bug 1841050] [NEW] Horizon network port create panel shows "port security" checkbox that breaks port creation for non-admin users

2019-08-22 Thread Radomir Dopieralski
Public bug reported: When creating a network port, we display the "port security" checkbox even when the user has no right to set it. That results in a policy error when the form is submitted. We should be checking for the user's rights, and not display that checkbox (and not pass the related

[Yahoo-eng-team] [Bug 1841617] [NEW] Some of Angular translations are single-character in En_GB and En_AU

2019-08-27 Thread Radomir Dopieralski
Public bug reported: When switching locale to En_GB or En_AU, the Angularized views have their titles translated to a single character, the second letter of the original word. So for example instead of "Images" we get "m". ** Affects: horizon Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1791111] Re: allow change password upon first use as user

2019-07-23 Thread Radomir Dopieralski
I'm working on implementing this for Horizon, and I have a working view where the user can change their password (https://review.opendev.org/672289). However, for this to be actually usable, the user has to know their user_id somehow. As far as I can tell, there is no way to determine the user_id

[Yahoo-eng-team] [Bug 1838003] [NEW] Horizon hides password requirements

2019-07-26 Thread Radomir Dopieralski
d it would be nice to at least display the description from the error message. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (deshipu) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1854724] Re: non-admin user can't create volume group

2019-12-03 Thread Radomir Dopieralski
** Changed in: horizon Status: New => Incomplete ** Changed in: horizon Status: Incomplete => Invalid -- 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 1854724] [NEW] non-admin user can't create consistency group

2019-12-02 Thread Radomir Dopieralski
Public bug reported: When a user does not have admin role, they can not create consistency group in cinder via Horizon, with error saying "Unable to create consistency group.", while they can do it via CLI. ** Affects: horizon Importance: Undecided Assignee: Radomir D

[Yahoo-eng-team] [Bug 1597557] Re: getting CSRF token missing or incorrect. /api/nova/servers/ when CSRF_COOKIE_HTTPONLY=True

2019-12-18 Thread Radomir Dopieralski
Enabling CSRF_COOKIE_HTTPONLY = True doesn't give any protection, see https://docs.djangoproject.com/en/3.0/ref/settings/#csrf-cookie-httponly ** Changed in: horizon Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1866632] [NEW] AttributeError on file upload

2020-03-09 Thread Radomir Dopieralski
itself doesn't crash, but it's better to catch that exception. ** Affects: horizon Importance: Undecided Assignee: Radomir Dopieralski (deshipu) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1921388] [NEW] novaclient logs are logged as keystoneauth.session

2021-03-25 Thread Radomir Dopieralski
Public bug reported: This is possibly as old as Train, but I only just noticed this when I tried to debug something. All logs that should be logged as novaclient, instead get logged as keystoneauth.session — this means we can't easily configure the log level for novaclient, and makes it hard to

[Yahoo-eng-team] [Bug 1921388] Re: novaclient logs are logged as keystoneauth.session

2021-03-25 Thread Radomir Dopieralski
** Also affects: python-novaclient Importance: Undecided Status: New -- 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/1921388 Title: novaclient logs are

[Yahoo-eng-team] [Bug 1626348] Re: The label for "Floating IP" is shown as "F" in Japanese and Korean

2021-03-16 Thread Radomir Dopieralski
Fixed by https://review.opendev.org/c/openstack/horizon/+/696321 ** Changed in: horizon Status: Confirmed => 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 1778189] Re: Certain panels showing incorrect page heading for non-en-US languages

2021-03-16 Thread Radomir Dopieralski
Fixed by https://review.opendev.org/c/openstack/horizon/+/696321 ** Changed in: horizon Status: Confirmed => 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 1920010] [NEW] Validation on fails on the Associate Floating IP when too many instances exist

2021-03-18 Thread Radomir Dopieralski
Public bug reported: If there are more than Nova's pagination limit instances, and one tries to associate a floating IP with a new instance, the form's validation will fail. This is because that form populates the drop-down field for association target differently on initial display of the form

[Yahoo-eng-team] [Bug 1971592] Re: System scoped token: System->system information->compute service list results in 403

2022-05-05 Thread Radomir Dopieralski
The compute service does not support system scope tokens fully yet. ** Changed in: horizon Status: New => Invalid -- 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 1969347] Re: opesntack-dashboard doesn't show pie charts, doesn't show flavor in instance description, can't navigate to another section. Can't be unplugged. None of the dropdown

2022-05-05 Thread Radomir Dopieralski
You have a wrong version of angular installed. Horizon requires 1.5.8.0 ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).