Difference between revisions of "Quantum-security-groups"
m (Text replace - "__NOTOC__" to "") |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | ||
* '''Code Repo''': https://github.com/openstack/quantum/ | * '''Code Repo''': https://github.com/openstack/quantum/ | ||
* '''Created''': Oct 25 2011 | * '''Created''': Oct 25 2011 | ||
| Line 5: | Line 5: | ||
= Nova Security Groups Parity for Quantum = | = Nova Security Groups Parity for Quantum = | ||
| − | + | __TOC__ | |
== Abstract == | == Abstract == | ||
| − | Security groups: security groups as implemented with iptables or libvirt won't work with either of the existing Quantum plugins. We'll actually need a way of letting Quantum implement security groups as well. This will likely amount to generalizing the ec2 api implementation to either be able to use a Nova implementation of security groups, or forward requests to a Quantum security groups API. [ | + | Security groups: security groups as implemented with iptables or libvirt won't work with either of the existing Quantum plugins. We'll actually need a way of letting Quantum implement security groups as well. This will likely amount to generalizing the ec2 api implementation to either be able to use a Nova implementation of security groups, or forward requests to a Quantum security groups API. [Dan Wendlandt] |
| + | |||
| + | == Nova Security Groups == | ||
| + | See document here [[attachment:Nova_Security_Groups_RohitAgarwalla_v1.pdf]]. | ||
== Design == | == Design == | ||
| − | |||
| − | |||
| − | |||
Latest revision as of 23:30, 17 February 2013
- Code Repo: https://github.com/openstack/quantum/
- Created: Oct 25 2011
Nova Security Groups Parity for Quantum
Abstract
Security groups: security groups as implemented with iptables or libvirt won't work with either of the existing Quantum plugins. We'll actually need a way of letting Quantum implement security groups as well. This will likely amount to generalizing the ec2 api implementation to either be able to use a Nova implementation of security groups, or forward requests to a Quantum security groups API. [Dan Wendlandt]
Nova Security Groups
See document here attachment:Nova_Security_Groups_RohitAgarwalla_v1.pdf.