tacker/tacker/objects
Hiromu Asahina d06426d1e2 Suppress Warnings for SQL Alchemy IN operator
The `in_` operator of SQL Alchemy emits a warning when it coerces a
Subquery object into a select() implicitly [1].

This patch suppresses the warnings by explicitly coercing a Subquery
object to select() as shown in [2].

[1] 3d99ee28ed
[2] 605d0d9058/test/sql/test_operators.py (L3295-L3319)

Closes-Bug: #1967700
Change-Id: I90729463613e8d4768e0e466b9636967ccfa48e7
2022-04-04 09:00:50 +09:00
..
__init__.py Fix LCM failure 2022-02-15 19:52:59 +09:00
base.py Add version objects and db apis for vnf lcm 2020-04-20 10:53:20 +05:30
cancel_mode.py Fix LCM failure 2022-02-15 19:52:59 +09:00
change_ext_conn_req.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
common.py Fix migration for SQLAlchemy 1.4 2021-07-10 06:50:43 +05:30
fields.py Fix LCM failure 2022-02-15 19:52:59 +09:00
grant.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
grant_request.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
heal_vnf_request.py Sample script for healing k8s with kubespray 2021-09-17 12:04:50 +09:00
instantiate_vnf_req.py Enhancement IpOverEthernet in API Parameter 2021-03-26 03:04:13 +00:00
scale_vnf_request.py Sample script for scaling k8s with kubespray 2021-09-17 11:24:28 +09:00
terminate_vnf_req.py Sample script for healing k8s with kubespray 2021-09-17 12:04:50 +09:00
vim_connection.py Support Helm chart as interface for Kubernetes VIM 2021-09-15 11:45:12 +00:00
vnf.py Support VNF update operations based on ETSI NFV 2020-10-05 07:26:15 +00:00
vnf_artifact.py Implementation Artifacts support in Tacker 2020-09-21 03:27:17 -04:00
vnf_deployment_flavour.py Cleanup of .keys() 2020-04-25 08:16:00 +00:00
vnf_instance.py Add specifying tenant in notification 2022-02-08 19:39:30 +05:30
vnf_instantiated_info.py Fix the definition of associated_vnfc_cp_id 2022-03-10 01:09:36 +00:00
vnf_lcm_op_occs.py Add specifying tenant in notification 2022-02-08 19:39:30 +05:30
vnf_lcm_subscriptions.py Merge "FT for multi tenant policy in LCM" 2022-03-10 21:58:55 +00:00
vnf_package.py Suppress Warnings for SQL Alchemy IN operator 2022-04-04 09:00:50 +09:00
vnf_package_vnfd.py Support of version 2.4.1 on Modify VNF 2020-10-05 07:26:40 +00:00
vnf_resources.py Add specific tenant to vnf resources 2022-03-09 22:12:17 +05:30
vnf_software_image.py Fix status code for invalid filter conditions 2021-09-13 15:30:52 +09:00
vnfd.py Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00
vnfd_attribute.py Fix duplicate entry error in VNF Package upload 2022-03-08 21:25:49 +09:00