neutron security group rules not applied to nova-lxd containers
Bug #1656847 reported by
James Page
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova-lxd |
Fix Released
|
High
|
James Page | ||
nova-lxd (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Xenial |
Fix Released
|
High
|
Unassigned | ||
Yakkety |
Fix Released
|
High
|
Unassigned | ||
Zesty |
Fix Released
|
High
|
Unassigned |
Bug Description
I noted this when testing the changes for lxd:isolated in Ubuntu Xenial; neutron sets up iptables rules against tap devices (as used in the libvirt driver); however nova-lxd does not use tap devices - LXD plumbs the instance in to the neutron bridge using an veth pair.
I think the net result of this is that security rules are just not getting applied in LXD instances.
CVE References
Changed in nova-lxd: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in nova-lxd (Ubuntu Xenial): | |
assignee: | nobody → James Page (james-page) |
status: | Triaged → In Progress |
assignee: | James Page (james-page) → nobody |
status: | In Progress → Triaged |
Changed in nova-lxd: | |
status: | Triaged → In Progress |
assignee: | nobody → James Page (james-page) |
To post a comment you must log in.
Section of iptables rules:
-A neutron- openvswi- sg-chain -m physdev --physdev-out tap51745526-12 --physdev- is-bridged -m comment --comment "Jump to the VM specific chain." -j neutron- openvswi- i51745526- 1 openvswi- sg-chain -m physdev --physdev-in tap51745526-12 --physdev- is-bridged -m comment --comment "Jump to the VM specific chain." -j neutron- openvswi- o51745526- 1 openvswi- sg-chain -m physdev --physdev-out tapb2231d9d-70 --physdev- is-bridged -m comment --comment "Jump to the VM specific chain." -j neutron- openvswi- ib2231d9d- 7 openvswi- sg-chain -m physdev --physdev-in tapb2231d9d-70 --physdev- is-bridged -m comment --comment "Jump to the VM specific chain." -j neutron- openvswi- ob2231d9d- 7 openvswi- sg-chain -j ACCEPT
-A neutron-
-A neutron-
-A neutron-
-A neutron-