nova-quantum-security-group-proxy
Quantum now has native security group support. This blue print is for implimiting a way in nova in order to proxy security group calls directly to quantum. Current nova has a security group handler that we are currently using to proxy the calls to quantum. The problem with this though is we are still going through the nova database so if quantum is unable to complete the security group request the handler needs to delete the entry it just added in the nova database and raise. This leads to transactional issues.
Blueprint information
- Status:
- Complete
- Approver:
- Vish Ishaya
- Priority:
- High
- Drafter:
- None
- Direction:
- Approved
- Assignee:
- Aaron Rosen
- Definition:
- Approved
- Series goal:
- Accepted for grizzly
- Implementation:
-
Implemented
- Milestone target:
-
2013.1
- Started by
- Aaron Rosen
- Completed by
- Vish Ishaya
Related branches
Related bugs
Sprints
Whiteboard
Review: https:/
Gerrit topic: https:/
Addressed by: https:/
Nova quantum security group proxy
Addressed by: https:/
Refactor nova security groups to allow to them to be more plugable
Addressed by: https:/
Add Nova quantum security group proxy