Create database repositories
Need to create database repositories to do the CRUD operations of entities. Neutron LBaaS had a giant monolithic modules and class that did them all. I'd rather have them separated out by entities. For Example:
octavia/
class LoadBalancerRep
...
Or there could be one module with all the classes in it. For example:
octavia/
class LoadBalancerRep
...
class ListenerRepository
...
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Essential
- Drafter:
- Brandon Logan
- Direction:
- Approved
- Assignee:
- Trevor Vardeman
- Definition:
- Approved
- Series goal:
- None
- Implementation:
-
Implemented
- Milestone target:
-
0.5
- Started by
- Stephen Balukoff
- Completed by
- Brandon Logan
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Initial creation of repository classes and tests
Gerrit topic: https:/
Work Items
Work items:
Finish review / merge of https:/
Dependency tree

* Blueprints in grey have been implemented.