neutron/neutron/db/qos
Rodolfo Alonso Hernandez 2321339ee6 Fix SQLAlchemy warnings with view only relationships
The view only relatinships must be specified in the DB model.
The following are fixed:
- QosNetworkPolicyBinding.port: "port" DB object will have a view only
  copy of the "network" QoS policy.
- Subnet.rbac_entries: "subnet" DB object will have a view only copy
  of the "network" RBAC policies.

Change-Id: I2396c0a23b00439d46faf4b29a082b3819528d89
Closes-Bug: #1927763
2021-05-07 17:31:33 +00:00
..
__init__.py QoS: db models and migration rules 2015-07-01 14:24:38 +03:00
models.py Fix SQLAlchemy warnings with view only relationships 2021-05-07 17:31:33 +00:00