Supporting the connection of Neutron networks to routers
Bug #1578019 reported by
Mohammad Banikazemi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kuryr |
In Progress
|
Medium
|
vikas choudhary |
Bug Description
Currently connecting the underlying Neutron networks to routers has to happen out of band. Adding a new option for Docker network create may be valuable.
Changed in kuryr: | |
importance: | Undecided → Medium |
Changed in kuryr: | |
assignee: | nobody → vikas choudhary (choudharyvikas16) |
Changed in kuryr: | |
status: | New → In Progress |
To post a comment you must log in.
@vikas no need to push anything to upstream docker. Just passing a router id as one of the options when creating a network should lead to Kuryr hooking up the network to that router.
To do this cleanly, having support for tags [1] for routers in Neutron would be great. Would you look into adding support for tags for routers in Neutron. As of now only networks can have tags [2].
[1] https:/ /github. com/openstack/ neutron/ blob/master/ doc/source/ devref/ tag.rst /github. com/openstack/ neutron/ blob/master/ neutron/ extensions/ tag.py# L39
[2] https:/