[Yahoo-eng-team] [Bug 2013473] Re: default_catalog.templates is outdated

2024-05-02 Thread Takashi Kajinami
** Changed in: keystone Status: Fix Committed => 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/2013473 Title: default_catalog.templates is

[Yahoo-eng-team] [Bug 2062573] [NEW] pysendfile library is unmaintained

2024-04-19 Thread Takashi Kajinami
/project/pysendfile/ [2] https://review.opendev.org/c/openstack/glance/+/3863 ** Affects: glance Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Changed in: glance Assignee: (unassigned) => Takashi Kajinami (kajinamit) -- You recei

[Yahoo-eng-team] [Bug 2062045] [NEW] Domain admin is not allowed to create credentials when scope enforcement is enabled

2024-04-17 Thread Takashi Kajinami
Public bug reported: Currently when [oslo_policy] enforce_scope is set to True along with [oslo_policy] enforce_new_defaults = True, domain admins are not allowed to manage credentials. However this limitation breaks heat, because heat requires creating credentials, which is used by notification

[Yahoo-eng-team] [Bug 2059821] Re: Deprecated glanceclient exceptions are still used

2024-03-30 Thread Takashi Kajinami
** Also affects: horizon Importance: Undecided Status: New ** Changed in: horizon Assignee: (unassigned) => Takashi Kajinami (kajinamit) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (n

[Yahoo-eng-team] [Bug 2059821] [NEW] Deprecated glanceclient exceptions are still used

2024-03-29 Thread Takashi Kajinami
/commit/354c98b087515dc4303a07d1ff0d9a9d7b4dd48b But these are still used in the code. We should replace these by the new HTTP* exceptions. ** Affects: cinder Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Affects: nova Importance

[Yahoo-eng-team] [Bug 2059800] [NEW] Image download immediately fails when glance returns 500

2024-03-29 Thread Takashi Kajinami
Public bug reported: Description === nova-compute downloads a vm image from glance when launching an instance. It retries requests when it gets 503, but it does not when it gets 500. When glance uses cinder backend and a image volume is still used, glance returns 500 and this results in

[Yahoo-eng-team] [Bug 2059780] [NEW] Domain admin can't view roles while it can mangage domain/project roles

2024-03-29 Thread Takashi Kajinami
Public bug reported: Currently domain admin is allowed to manage role assignments for project or domain. However domain admin currently can't view roles. TO allow domain admin to actually manipulate role assignments, keystone should allow domain admin to view roles. ** Affects: keystone

[Yahoo-eng-team] [Bug 1832164] Re: SADeprecationWarning: The joinedload_all() function is deprecated, and will be removed in a future release. Please use method chaining with joinedload() instead

2024-03-22 Thread Takashi Kajinami
** Changed in: cinder Status: Fix Committed => Fix Released ** Changed in: nova/stein 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).

[Yahoo-eng-team] [Bug 1937261] Re: python3-msgpack package broken due to outdated cython

2024-03-21 Thread Takashi Kajinami
This is a problem with python-msgpack in Ubuntu, and does not look like a bug in oslo.privsep or neutron. ** No longer affects: oslo.privsep -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 2058400] [NEW] [ovn-octavia-provider] functional jobs are unstable

2024-03-19 Thread Takashi Kajinami
Public bug reported: Functional tests of ovn-octavia-providers are very unstable and fail quite often. This has been caught in https://review.opendev.org/c/openstack/ovn-octavia-provider/+/907582 . According to the job history -release is more unstable than -master

[Yahoo-eng-team] [Bug 1884762] Re: Unhandled error: RuntimeError: dictionary changed size during iteration

2024-02-29 Thread Takashi Kajinami
I'm closing this because of inactivity. I've never seen this problem, either. ** Changed in: oslo.config Status: New => Invalid ** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1789351] Re: Glance deployment with python3 + "keystone" paste_deploy flavor Fails

2024-02-28 Thread Takashi Kajinami
This was fixed in keystonemiddleware so I'll close oslo.config bug. ** Changed in: oslo.config Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1789351 Title:

[Yahoo-eng-team] [Bug 1284431] Re: nova-compute doesn't reconnect properly after control plane outage

2024-02-20 Thread Takashi Kajinami
** Changed in: oslo.messaging Status: Incomplete => Invalid -- 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/1284431 Title: nova-compute doesn't reconnect properly

[Yahoo-eng-team] [Bug 1393182] Re: nova compute failed to report health when nova conductor started

2024-02-20 Thread Takashi Kajinami
** Changed in: oslo.messaging Status: Incomplete => Invalid -- 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/1393182 Title: nova compute failed to report health

[Yahoo-eng-team] [Bug 1404241] Re: nova-compute state not updated

2024-02-20 Thread Takashi Kajinami
I'll close this because of inactivity. Please reopen this if you still see the problem. ** Changed in: oslo.messaging 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 1604479] Re: tenantId/default_project_id missing on Keystone service user in Mitaka

2024-02-20 Thread Takashi Kajinami
Closing this because of inactivity. ** Changed in: puppet-keystone Assignee: Kam Nasim (knasim-wrs) => (unassigned) ** Changed in: keystone Assignee: Kam Nasim (knasim-wrs) => (unassigned) ** Changed in: puppet-keystone Status: New => Invalid -- You received this bug

[Yahoo-eng-team] [Bug 2054203] [NEW] Default flag change in netaddr breaks (at least) unit tests

2024-02-17 Thread Takashi Kajinami
Public bug reported: netaddr 1.0.0 changed the default parsing mode from INET_ATON to INET_PTON[1]. This was initially added to netaddr.IPAddress and then later was applied to netaddr.IPNetwork in 1.1.0 [2] While we attempted to bump netaddr to 1.0.1, we noticed this change broke some of the

[Yahoo-eng-team] [Bug 2053227] [NEW] [ovn-octavia-provider] ovn-octavia-provider-functional-master is broken by ovn build failure

2024-02-15 Thread Takashi Kajinami
: all] Error 2 ``` ** Affects: neutron Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Tags: ovn-octavia-provider ** Changed in: neutron Assignee: (unassigned) => Takashi Kajinami (kajinamit) ** Tags added: ovn-octavia-provider -- You

[Yahoo-eng-team] [Bug 1461251] Re: Stop using deprecated oslo_utils.timeutils.isotime

2024-02-11 Thread Takashi Kajinami
The said interface was removed by https://review.opendev.org/c/openstack/oslo.utils/+/842344 ** Changed in: oslo.utils Status: In Progress => Fix Released ** Changed in: oslo.utils Assignee: Chenghui Yu (chenghuiyu) => (unassigned) -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1857114] Re: zuul job dsvm-grenade error

2024-02-10 Thread Takashi Kajinami
This does not look like an actual problem in oslo.cache, but it's very likely a deployment problem ** Changed in: oslo.cache Status: New => Incomplete ** Changed in: oslo.cache Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1657452] Re: Incompatibility with python-webob 1.7.0

2024-02-10 Thread Takashi Kajinami
I think this was fixed in oslo.middleware by https://review.opendev.org/c/openstack/oslo.middleware/+/453712 ** Changed in: oslo.middleware Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 2052761] [NEW] libvirt: swtpm_ioctl is required for vTPM support

2024-02-08 Thread Takashi Kajinami
ided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Changed in: nova Assignee: (unassigned) => Takashi Kajinami (kajinamit) ** Description changed: Description === - Libvirt uses swtpm_ioctl to shutdown the swtpm process at VM termination, because QE

[Yahoo-eng-team] [Bug 2052760] [NEW] libvirt: swtpm_setup and swtpm are BOTH required for vtpm support

2024-02-08 Thread Takashi Kajinami
in stable branches. Logs & Configs == N/A ** Affects: nova Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Com

[Yahoo-eng-team] [Bug 2052484] [NEW] [DEFAULT] rpc_worker=0 leaves one rpc worker

2024-02-05 Thread Takashi Kajinami
0.0-0.20240131211457.b85b19e.el9.noarch ** Affects: neutron Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1944043] Re: Wrong exception is expected to retry volume detachment API calls

2024-02-01 Thread Takashi Kajinami
** Changed in: nova/yoga Status: New => 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/1944043 Title: Wrong exception is expected to retry volume

[Yahoo-eng-team] [Bug 1607395] Re: Traceback in dynamic metadata driver: unexpected keyword argument 'extra_md'

2024-01-23 Thread Takashi Kajinami
The vendordata_driver option was already removed. So we may not "fix" this problem really. ** 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 1259760] Re: Spice console isn't working when ssl_only=True is set

2024-01-23 Thread Takashi Kajinami
** 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). https://bugs.launchpad.net/bugs/1259760 Title: Spice console isn't working when ssl_only=True is

[Yahoo-eng-team] [Bug 2051066] [NEW] Traceback is dumped when nova-api is run by apache + mod_wsgi

2024-01-23 Thread Takashi Kajinami
log: https://cab2ad659632c7fadcca-8cee698db2ecce5ea7fdb78c34542529.ssl.cf1.rackcdn.com/906237/1/check/puppet-openstack-integration-7-scenario001-tempest-centos-9-stream/29e7836/logs/apache/nova_api_wsgi_error_ssl.txt ** Affects: nova Importance: Undecided Assignee: Takashi Kajinami (

[Yahoo-eng-team] [Bug 2050090] Re: doc build is broken with pillow>=10.0.0

2024-01-22 Thread Takashi Kajinami
*** This bug is a duplicate of bug 2026345 *** https://bugs.launchpad.net/bugs/2026345 ** This bug has been marked a duplicate of bug 2026345 Sphinx raises 'ImageDraw' object has no attribute 'textsize' error -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 2050090] [NEW] doc build is broken with pillow>=10.0.0

2024-01-22 Thread Takashi Kajinami
Public bug reported: Description === Since pillow in upper-constraints was bumped to >=10.0.0, doc build (tox -e docs) consistently fails with the following error. ``` $ tox -e docs ... done WARNING: dot code 'seqdiag {\nAPI; Conductor; Scheduler; Source; Destination;\n

[Yahoo-eng-team] [Bug 2049064] [NEW] Unit/functional test failures with oslo.limit 2.3.0

2024-01-11 Thread Takashi Kajinami
ross-glance-py310: https://zuul.opendev.org/t/openstack/build/7634390991ab4442b4230b09563ef26b ** Affects: glance Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: New ** Affects: nova Importance: Undecided Assignee: Takashi Kajinami (kajin

[Yahoo-eng-team] [Bug 2047399] [NEW] nova api returns 500 when resizing an instance with memory encryption enabled

2023-12-26 Thread Takashi Kajinami
Public bug reported: Description === When a user attempts to resize an instance with memory encryption enabled, API returns 500 error consistently. Looking into nova-api.log, it seems the issue is caused by a mechanism similar to https://bugs.launchpad.net/nova/+bug/2041511 . Steps to

[Yahoo-eng-team] [Bug 1508442] Re: LOG.warn is deprecated

2023-12-21 Thread Takashi Kajinami
** Changed in: senlin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1508442 Title: LOG.warn is deprecated Status in anvil: New Status

[Yahoo-eng-team] [Bug 1508442] Re: LOG.warn is deprecated

2023-12-21 Thread Takashi Kajinami
This was fixed in python-watcherclient by https://review.opendev.org/c/openstack/python-watcherclient/+/280026 . ** Changed in: python-watcherclient Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 2045287] Re: Error in charm when bootstrapping OpenStack with Sunbeam

2023-11-30 Thread Takashi Kajinami
This does not really apear as a neutron problem now, and should be investigated from Sunbeam's perspective until the problem is narrowed down to something wrong with Neutron. ** Project changed: neutron => charm-neutron-api ** Project changed: charm-neutron-api => charm-ops-sunbeam -- You

[Yahoo-eng-team] [Bug 2044896] [NEW] [metadata_rate_limiting] options are absent from sample config files

2023-11-27 Thread Takashi Kajinami
-config-generator. https://review.opendev.org/c/openstack/neutron/+/858879 ** Affects: neutron Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Takashi Kajinami (kajinamit) -- You recei

[Yahoo-eng-team] [Bug 2035168] Re: Remaining db migrations for unmaintained Nuage plugin

2023-11-15 Thread Takashi Kajinami
*** This bug is a duplicate of bug 2038555 *** https://bugs.launchpad.net/bugs/2038555 ** This bug has been marked a duplicate of bug 2038555 Remove unused tables -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 2043116] Re: Unit test fails with oslo.utils 6.3.0

2023-11-09 Thread Takashi Kajinami
+ TypeError: expected string or bytes-like object ``` - - [1] https://review.opendev.org/c/openstack/requirements/+/900517 + [1] https://bugs.launchpad.net/oslo.utils/+bug/2042886 + [2] https://review.opendev.org/c/openstack/requirements/+/900517 ** Changed in: ironic Assign

[Yahoo-eng-team] [Bug 2043116] [NEW] Unit test fails with oslo.utils 6.3.0

2023-11-09 Thread Takashi Kajinami
.utils/+bug/2042886 [2] https://review.opendev.org/c/openstack/requirements/+/900517 ** Affects: ironic Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: New ** Affects: nova Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Stat

[Yahoo-eng-team] [Bug 2042647] [NEW] doc: Options described in "DHCP High-availability" are outdated

2023-11-03 Thread Takashi Kajinami
Public bug reported: The "DHCP High-availability" chapter in admin guide[1] contains multiple outdated options. - linux bridge core_plugin is used instead of ml2 + linuxbridge - [database] option should be added to neutron.conf - [DEFAULT] rabbit_host option and [DEFAULT] rabbit_password

[Yahoo-eng-team] [Bug 2041511] [NEW] nova api returns 500 when creating a volume booted instance with memory enryption enabled

2023-10-27 Thread Takashi Kajinami
Public bug reported: Description === When creating an instance with an volume created from an image with hw_mem_encryption: true, nova-api returns 500 and the creation request is not accepted. Steps to reproduce == * Create an image with hw_mem_encryption=True  $

[Yahoo-eng-team] [Bug 2040449] [NEW] Instance with memory encryption enabled can't be launched when [libvirt] cpu_mode is custom

2023-10-25 Thread Takashi Kajinami
Public bug reported: Description === When a user tries to launch an instance with memory encryption enabled, the instance always becomes error state if the nova-compute has [libvirt] cpu_mode = custom. Steps to reproduce == 1. Set the following options in nova.conf and

[Yahoo-eng-team] [Bug 1566622] Re: live migration fails with xenapi virt driver and SRs with old-style naming convention

2023-10-16 Thread Takashi Kajinami
I don't understand what can be a reason to change the affected project. Please describe it in case the change was appropriate and intentional. ** Project changed: ilh-facebook => nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 2035168] [NEW] Remaining db migrations for unmaintained Nuage plugin

2023-09-11 Thread Takashi Kajinami
Public bug reported: (This is not a functional bug but is a potential cleanup opportunity) The latest master still contains database migration code for tables used by Nuage plugin.

[Yahoo-eng-team] [Bug 2033683] Re: openvswitch.agent.ovs_neutron_agent fails to Cmd: ['iptables-restore', '-n']

2023-09-11 Thread Takashi Kajinami
We are facing this issue in Puppet OpenStack CI which uses RDO stable/yoga and c8s, so this looks like a legit bug in iptables. I don't think this is also related to TripleO so I'll close this as invalid. ** Changed in: tripleo Status: Confirmed => Invalid -- You received this bug

[Yahoo-eng-team] [Bug 2013473] [NEW] default_catalog.templates is outdated

2023-03-31 Thread Takashi Kajinami
templates prevents API access with domain/system scope tokens - telemetry endpoint was removed - now placement is required by nova - ec2 api was split out from nova and now is independent and optional service ** Affects: keystone Importance: Undecided Assignee: Takashi Kajinami (kajinamit

[Yahoo-eng-team] [Bug 2007924] [NEW] stevedore always shows error if boto3 is not installed

2023-02-21 Thread Takashi Kajinami
is actually requested. It'd be helpful to follow that strategy for s3 backend to avoid confusing error. ** Affects: glance Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: New ** Changed in: glance Assignee: (unassigned) => Takashi Kajinami (kajina

[Yahoo-eng-team] [Bug 2007532] [NEW] Wrong description about minimum value of live_migration_downtime(_delay)

2023-02-16 Thread Takashi Kajinami
because these does not meat the minimum requirement Environment === N/A Logs & Configs == N/A ** Affects: nova Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Changed in: nova Assignee: (unassigned) => Takashi K

[Yahoo-eng-team] [Bug 1638368] Re: new keystone db migrations require either SUPER or log_bin_trust_function_creators=1

2023-01-11 Thread Takashi Kajinami
It's not clear what is the pending item on puppet-keystone, and as I no longer see the problem in recent versions, I'll mark this as won't fix from our side. ** Changed in: puppet-keystone Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1998274] [NEW] interface detach does not progress because libvirt does not complete the operation

2022-11-29 Thread Takashi Kajinami
Public bug reported: Description === # This might not be a nova bug but I'm wondering whether anyone in the team has any idea about $topic. Currently some tests in heat CI are consistently failing. Looking at the failures, we found detaching a port from a interface does not progress.

[Yahoo-eng-team] [Bug 1931558] Re: LFI vulnerability in "Create Workbook"

2022-08-12 Thread Takashi Kajinami
** Changed in: python-mistralclient 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/1931558 Title: LFI vulnerability in "Create

[Yahoo-eng-team] [Bug 1984238] [NEW] neutron-dynamic-routing: Continuous warning because of missing context wrapper

2022-08-10 Thread Takashi Kajinami
thon3.9/site-packages/sqlalchemy/orm/session.py", line 1693, in execute result = fn(orm_exec_state) ``` ** Affects: neutron Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Description changed: It seems the fix for https://b

[Yahoo-eng-team] [Bug 1937904] Re: imp module is deprecated

2022-07-30 Thread Takashi Kajinami
This was fixed by https://review.opendev.org/c/openstack/neutron/+/842450 in neutron. ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1982720] [NEW] stable/train: neutron-grenade job consistently fails in reqirements repo

2022-07-24 Thread Takashi Kajinami
Public bug reported: Currently the neutron-grenade job in stable/train branch of requirements repo consistently fails. Example: https://zuul.opendev.org/t/openstack/build/ab7522d64b2349858c57b746ee063b91 Looking at the job-output.txt, it seems installation is being stuck at some point but I

[Yahoo-eng-team] [Bug 1978444] [NEW] Volume can't be detached if attachment delete api call fails with 504 gateway timeout

2022-06-12 Thread Takashi Kajinami
3#c1 ** Affects: nova Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: New ** Changed in: nova Assignee: (unassigned) => Takashi Kajinami (kajinamit) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is sub

[Yahoo-eng-team] [Bug 1968468] Re: metering-agent: Duplicate report_interval parameters

2022-04-10 Thread Takashi Kajinami
After digging into the implementation again, I noticed [DEFAULT] report_interval is actually used to determine interval between metering report, instead of agent status report. ** Changed in: neutron Assignee: Takashi Kajinami (kajinamit) => (unassigned) ** Changed in: neutron Sta

[Yahoo-eng-team] [Bug 1968468] [NEW] metering-agent: Duplicate report_interval parameters

2022-04-10 Thread Takashi Kajinami
Public bug reported: The neutron-metering-agent service has the following two report_interval parameters, and these two looks duplicate. (1) [DEFAULT] report_interval=300 (2) [AGENT] report_interval=30 Looking at the implementation, (1) is used to determine the configuration.report_interval

[Yahoo-eng-team] [Bug 1967686] Re: [DEFAULT] use_forwarded_for is duplicate of the HTTPProxyToWSGI middleware

2022-04-03 Thread Takashi Kajinami
** Changed in: ec2-api Assignee: (unassigned) => Takashi Kajinami (kajinamit) ** No longer affects: ec2-api -- 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/1967

[Yahoo-eng-team] [Bug 1967686] Re: [DEFAULT] use_forwarded_for is duplicate of the HTTPProxyToWSGI middleware

2022-04-03 Thread Takashi Kajinami
** Also affects: ec2-api Importance: Undecided Status: 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/1967686 Title: [DEFAULT] use_forwarded_for is

[Yahoo-eng-team] [Bug 1967686] [NEW] [DEFAULT] use_forwarded_for is duplicate of the HTTPProxyToWSGI middleware

2022-04-03 Thread Takashi Kajinami
in api pipeline by default, and also is globally used by multiple components, the own use_forwarded_for parameter can be removed. ** Affects: cinder Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Affects: manila Importance: Undecided

[Yahoo-eng-team] [Bug 1967683] Re: Wrong property to look up remote address

2022-04-03 Thread Takashi Kajinami
** Also affects: masakari Importance: Undecided Status: New ** No longer affects: masakari ** Changed in: cinder Assignee: (unassigned) => Takashi Kajinami (kajinamit) ** Changed in: nova Assignee: (unassigned) => Takashi Kajinami (kajinamit) ** Changed in:

[Yahoo-eng-team] [Bug 1967683] Re: Wrong property to look up remote address

2022-04-03 Thread Takashi Kajinami
** Also affects: ec2-api Importance: Undecided Status: 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/1967683 Title: Wrong property to look up remote

[Yahoo-eng-team] [Bug 1967683] Re: Wrong property to look up remote address

2022-04-03 Thread Takashi Kajinami
** 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 OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1967683 Title: Wrong property to look up remote

[Yahoo-eng-team] [Bug 1967683] [NEW] Wrong property to look up remote address

2022-04-03 Thread Takashi Kajinami
Public bug reported: Currently, remote_address attribute of the Reqeust object is used to look up client address in multiple places. eg. https://github.com/openstack/cinder/blob/7086157de07b77e8b67bbb767bc2ce25e86c2f51/cinder/api/middleware/auth.py#L64 ~~~ def _set_request_context(req,

[Yahoo-eng-team] [Bug 1525439] Re: Glance V2 API is not backwards compatible and breaks Cinder solidfire driver

2022-03-04 Thread Takashi Kajinami
** Changed in: puppet-cinder Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1525439 Title: Glance V2 API is not backwards compatible and breaks

[Yahoo-eng-team] [Bug 1962726] [NEW] ssh-rsa key is no longer allowed by recent openssh

2022-03-02 Thread Takashi Kajinami
Public bug reported: Description === Currently create Key-pair API without actual key content returns the key generated at server side which is formatted in ssh-rsa. However ssh-rsa is no longer supported by default since openssh 8.8 https://www.openssh.com/txt/release-8.8 ``` This

[Yahoo-eng-team] [Bug 1960247] [NEW] server suspend action allows authorization by user_id while server resume action does not

2022-02-07 Thread Takashi Kajinami
Public bug reported: Description === Since the following change was merged, nova allows authorization by user_id for server suspend action. https://review.opendev.org/c/openstack/nova/+/353344 However the same is not yet implemented in resume action and this results in inconsistent

[Yahoo-eng-team] [Bug 1958075] [NEW] The fixtures library is missing from requirements.txt

2022-01-16 Thread Takashi Kajinami
lt === Actual result = Environment === Logs & Configs ====== ** Affects: nova Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Changed in: nova Assignee: (unassigned) => Takashi Kajin

[Yahoo-eng-team] [Bug 1957180] [NEW] The [AGENT] veth_mtu parameter is no longer used

2022-01-12 Thread Takashi Kajinami
Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Description changed: Since the [ovs] use_veth_interconnection parameter was removed by [1], the [AGENT] veth_mtu parameter is no longer used. [1] https://review.opendev.org/c/openstack

[Yahoo-eng-team] [Bug 1938103] Re: assertDictContainsSubset is deprecated since Python3.2

2021-11-29 Thread Takashi Kajinami
** Also affects: tempest 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/1938103 Title: assertDictContainsSubset is

[Yahoo-eng-team] [Bug 1946100] [NEW] [oslo_limit] parameters are missing from glance-api.conf

2021-10-05 Thread Takashi Kajinami
Public bug reported: The following change[1] introduced dependency on the oslo.limit library to implement the unified quota but the parameter of the library are still missing from the example glance-api.conf as well as the conf file generated by oslo-config-generator. We should add the missing

[Yahoo-eng-team] [Bug 1944043] [NEW] Wrong exception type is expected to retry volume detachment API calls

2021-09-18 Thread Takashi Kajinami
Public bug reported: Description === The following change introduced the logic to retry cinder API calls to detach volumes. https://review.opendev.org/c/openstack/nova/+/669674 The logic detects the InternalServerError class from cindreclient.apiclient.exceptions. However this is

[Yahoo-eng-team] [Bug 1938103] Re: assertDictContainsSubset is deprecated since Python3.2

2021-09-04 Thread Takashi Kajinami
** Changed in: mistral Assignee: (unassigned) => Takashi Kajinami (kajinamit) ** Also affects: designate Importance: Undecided Status: New ** Changed in: designate Assignee: (unassigned) => Takashi Kajinami (kajinamit) -- You received this bug notification becau

[Yahoo-eng-team] [Bug 1938103] Re: assertDictContainsSubset is deprecated since Python3.2

2021-09-04 Thread Takashi Kajinami
** Also affects: mistral 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/1938103 Title: assertDictContainsSubset is

[Yahoo-eng-team] [Bug 1938103] Re: assertDictContainsSubset is deprecated since Python3.2

2021-09-04 Thread Takashi Kajinami
** Also affects: neutron 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/1938103 Title: assertDictContainsSubset is

[Yahoo-eng-team] [Bug 1938103] Re: assertDictContainsSubset is deprecated since Python3.2

2021-09-04 Thread Takashi Kajinami
** Also affects: python-neutronclient 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/1938103 Title:

[Yahoo-eng-team] [Bug 1941020] [NEW] [memcache] options are no longer used

2021-08-24 Thread Takashi Kajinami
Public bug reported: Keystone provides some options under the [memcache] section but these parameters are not used in any place. Looking at history, it seems these parameters were used in memcache_pool backend to persist tokens but that backend was removed during Pike.

[Yahoo-eng-team] [Bug 1940790] [NEW] oslo.cache options are missing from neutron.conf generated by "tox -e genconfig"

2021-08-22 Thread Takashi Kajinami
Public bug reported: # We could include this in bug 1940009 but the fix for the bug was already merged. # So I'll crate a separate bug to avoid two Closes-Bug commits which I believe is confusing. Neutron uses oslo.cache library for caching and registers its options. However these options are

[Yahoo-eng-team] [Bug 1940733] Re: [oslo_reports] options are missing from the config file generated by oslo-confi-generator

2021-08-21 Thread Takashi Kajinami
** Also affects: designate Importance: Undecided Status: New ** Changed in: designate Assignee: (unassigned) => Takashi Kajinami (kajinamit) ** Changed in: ceilometer Status: New => In Progress -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1940733] Re: [oslo_reports] options are missing from the config file generated by oslo-confi-generator

2021-08-21 Thread Takashi Kajinami
** Also affects: ceilometer Importance: Undecided Status: New ** Changed in: ceilometer Assignee: (unassigned) => Takashi Kajinami (kajinamit) ** Also affects: glance Importance: Undecided Status: New ** Changed in: glance Assignee: (unassigned) => Takashi Ka

[Yahoo-eng-team] [Bug 1940733] [NEW] [oslo_reports] options are missing from the config file generated by oslo-confi-generator

2021-08-21 Thread Takashi Kajinami
ual result = The [oslo_reports] section is missing Environment === N/A Logs & Configs == N/A ** Affects: ceilometer Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Affects: designate Importance: Undecided Ass

[Yahoo-eng-team] [Bug 1940090] [NEW] options of the castellan library are missing from glance-api.conf

2021-08-16 Thread Takashi Kajinami
, but even in the generated config file the options are still missing. ** Affects: glance Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1937904] Re: imp module is deprecated

2021-08-15 Thread Takashi Kajinami
** Also affects: tripleo 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/1937904 Title: imp module is deprecated Status in neutron: In

[Yahoo-eng-team] [Bug 1937904] Re: imp module is deprecated

2021-08-15 Thread Takashi Kajinami
** Changed in: os-win Assignee: (unassigned) => Takashi Kajinami (kajinamit) ** Changed in: neutron Assignee: (unassigned) => Takashi Kajinami (kajinamit) ** Also affects: python-novaclient Importance: Undecided Status: New -- You received this bug notification becau

[Yahoo-eng-team] [Bug 1937904] Re: imp module is deprecated

2021-08-15 Thread Takashi Kajinami
** Also affects: neutron 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/1937904 Title: imp module is deprecated Status in neutron: In

[Yahoo-eng-team] [Bug 1940009] [NEW] The healthcheck middleware options are not included in neutron.conf generated by "tox -e genconfig"

2021-08-15 Thread Takashi Kajinami
slo-config-generator. This is because the oslo.middleware.healthcheck endpoint is not added to the configuration file used by the generator command. ** Affects: neutron Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Descripti

[Yahoo-eng-team] [Bug 1939944] [NEW] The parameters of the healthcheck middlewares are missing from glance-api.conf

2021-08-14 Thread Takashi Kajinami
regenerate the file using oslo-config-generator. ** Affects: glance Importance: Undecided Assignee: Takashi Kajinami (kajinamit) Status: In Progress ** Changed in: glance Assignee: (unassigned) => Takashi Kajinami (kajinamit) -- You received this bug notification because

[Yahoo-eng-team] [Bug 1938120] Re: keystone-protection-functional is failing because of missing demo project

2021-07-30 Thread Takashi Kajinami
** No longer affects: keystone -- 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/1938120 Title: keystone-protection-functional is failing because of missing demo

[Yahoo-eng-team] [Bug 1938120] Re: keystone-protection-functional is failing because of missing demo project

2021-07-27 Thread Takashi Kajinami
After looking into this in detail now I have a feeling that this issue was introduced by a change[1] in devstack and we should fix devstack. [1] https://opendev.org/openstack/devstack/commit/9dc2b88eb42a5f98f43bc8ad3dfa3962a4d44d74 ** Also affects: devstack Importance: Undecided

[Yahoo-eng-team] [Bug 1938120] [NEW] keystone-protection-functional is failing because of missing demo project

2021-07-26 Thread Takashi Kajinami
Public bug reported: The keystone-protection-functional job is repeatedly failing because the demo project is not found. ``` + ./stack.sh:main:1294 : echo_summary 'Creating initial neutron network elements' + ./stack.sh:echo_summary:422 : [[ -t 3 ]] +

[Yahoo-eng-team] [Bug 1938103] Re: assertDictContainsSubset is deprecated since Python3.2

2021-07-26 Thread Takashi Kajinami
** Changed in: glance Assignee: (unassigned) => Takashi Kajinami (kajinamit) ** Changed in: keystone Assignee: (unassigned) => Takashi Kajinami (kajinamit) ** Also affects: designate Importance: Undecided Status: New ** No longer affects: designate -- You received th

[Yahoo-eng-team] [Bug 1938103] Re: assertDictContainsSubset is deprecated since Python3.2

2021-07-26 Thread Takashi Kajinami
** Also affects: keystone 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/1938103 Title: assertDictContainsSubset is

[Yahoo-eng-team] [Bug 1938103] [NEW] assertDictContainsSubset is deprecated since Python3.2

2021-07-26 Thread Takashi Kajinami
Public bug reported: unittest.TestCase.assertDictContainsSubset is deprecated since Python 3.2[1] and shows the following warning. ~~~ /usr/lib/python3.9/unittest/case.py:1134: DeprecationWarning: assertDictContainsSubset is deprecated warnings.warn('assertDictContainsSubset is deprecated',

[Yahoo-eng-team] [Bug 1938045] [NEW] OsloDBDeprecationWarning: EngineFacade is deprecated; please use oslo_db.sqlalchemy.enginefacade

2021-07-26 Thread Takashi Kajinami
Public bug reported: The following deprecation warning in continuously observed in unit test jobs. /home/zuul/src/opendev.org/openstack/glance/.tox/py39/lib/python3.9/site- packages/oslo_db/sqlalchemy/enginefacade.py:1366: OsloDBDeprecationWarning: EngineFacade is deprecated; please use

[Yahoo-eng-team] [Bug 1937901] [NEW] healthcheck middleware should be deployed as app instead of filter

2021-07-24 Thread Takashi Kajinami
Public bug reported: Since oslo.middleware 3.22.0[1], deploying healtcheck middleware as a filter is deprecated and it should be deployed as an app. [1] https://review.opendev.org/c/openstack/oslo.middleware/+/403734 ** Affects: glance Importance: Undecided Assignee: Takashi Kajinami

[Yahoo-eng-team] [Bug 1936667] Re: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3

2021-07-22 Thread Takashi Kajinami
** Also affects: cinder Importance: Undecided Status: New ** No longer affects: cinder ** Also affects: tacker Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1936667] Re: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3

2021-07-16 Thread Takashi Kajinami
** Also affects: swift 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/1936667 Title: Using or importing the ABCs from

[Yahoo-eng-team] [Bug 1936667] Re: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3

2021-07-16 Thread Takashi Kajinami
The following command would detect what we should replace... egrep -r -e

[Yahoo-eng-team] [Bug 1936667] Re: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3

2021-07-16 Thread Takashi Kajinami
** Also affects: keystone 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/1936667 Title: Using or importing the ABCs

[Yahoo-eng-team] [Bug 1936667] Re: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3

2021-07-16 Thread Takashi Kajinami
** Also affects: tempest Importance: Undecided Status: New ** Changed in: tempest Assignee: (unassigned) => Takashi Kajinami (kajinamit) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. ht

  1   2   >