Jump to: navigation, search

Difference between revisions of "Quantum-security-groups"

 
Line 9: Line 9:
 
== 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. [credit: Brad Hall]
+
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. [Brad Hall]
 +
 
 +
== Nova Security Groups ==
 +
See document here [[attachment:Nova_Security_Groups_RohitAgarwalla_v1.pdf]].
  
 
== Design ==
 
== Design ==
 
== Nova Security Groups Parity for Quantum ==
 
See document here [[attachment:Nova_Security_Groups_RohitAgarwalla_v1.pdf]].
 

Revision as of 15:35, 25 October 2011

Nova Security Groups Parity for Quantum

<<TableOfContents()>>

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. [Brad Hall]

Nova Security Groups

See document here attachment:Nova_Security_Groups_RohitAgarwalla_v1.pdf.

Design