Provider networking support in DevStack
In my lab environment, I deploy DevStack on multiple nodes, and use the Neutron provider networking extension API to create networks and subnets that use an external router for L3 functionality. In this configuration, Neutron just provides L2 connectivity for instances.
DevStack currently only supports two networking configurations - a configuration for assisting the Nova baremetal driver, and then the standard Neutron configuration that uses the Neutron L3 agent. As a developer, I need DevStack to support a third configuration where the provider networking extension is used to create Neutron networks and subnets.
This work was originally described on the openstack-dev mailing list, although in general terms:
http://
A more in-depth discussion of our network design can be found in this neutron spec:
https:/
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Sean M. Collins
- Direction:
- Needs approval
- Assignee:
- Sean M. Collins
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Add support for creating provider networks