Network filtering by dns_domain is not supported in the "dns-integration" extension
Bug #1818318 reported by
kay
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Filtering network by "dns_domain" (http://
in_() not yet supported for relationships. For a simple many-to-one, use in_() against the set of foreign key values.
However ports filtering by dns_name works fine (in Neutron Mitaka):
http://
Floating IPs filtering by dns_name or dns_domain also doesn't work (filter is just not applied) and Neutron (even in Mitaka) returns all floating IPs.
I haven't managed to clarify why.
Changed in neutron: | |
status: | New → Invalid |
Changed in neutron: | |
status: | Invalid → New |
description: | updated |
description: | updated |
Changed in neutron: | |
importance: | Undecided → Medium |
Changed in neutron: | |
status: | In Progress → Confirmed |
assignee: | Dr. Jens Harbott (j-harbott) → nobody |
To post a comment you must log in.
Another issue with DNS filtering. Looks like the Neutron Mitaka is capable to filter _ports_ by "dns_name", but the Neutron Queens returns all the ports.