neutron-vpnaas/neutron_vpnaas
Dongcan Ye 3e1828e07e Fix unsubscriptable-object error
After astroid upgrade from 2.3.3 to 2.4.0, we hit
unsubscriptable-object error:
neutron_vpnaas/db/vpn/vpn_db.py:197:
E1136: 'ipsec_site_conn_db' is unsubscriptable
neutron_vpnaas/db/vpn/vpn_db.py:622:
E1136: Value 'endpoint_group_db' is unsubscriptable

Use db attribute while vpn_models not define _getitem__()
for getting object values.

Change-Id: If0b83c693eedba5eb11dcda7abe07f51e4539516
2020-04-29 13:13:29 +00:00
..
db Fix unsubscriptable-object error 2020-04-29 13:13:29 +00:00
extensions Drop using six library 2020-01-07 06:26:03 +00:00
policies Using policy constants from neutron-lib 2020-02-05 07:28:02 +00:00
services Fix invalid escape sequence warning 2020-04-08 13:00:35 +00:00
tests Using unittest.mock instead of mock 2020-04-02 01:56:51 +00:00
__init__.py Drop using six library 2020-01-07 06:26:03 +00:00
_i18n.py Remove log translations from neutron-vpnaas 2017-03-24 15:05:28 +08:00
opts.py Automatically generate neutron VPNaaS configuration files 2015-12-11 11:03:33 +00:00
version.py After the services split, get neutron-vpnaas Jenkins jobs passing 2014-12-09 00:00:04 -07:00