Add standalone network plugin
Manila administrator may want to be able to specify network configuration details directly in the manila.conf file
So that he can run Manila with share drivers without need to have the rest of Openstack like Neutron or Nova.
Acceptance Criteria:
1) A "simple" network plugin should be created, which does not depend on anything outside manila
2) The plugin should allow administrators to specify the details of an existing network to which a storage controller is connected
3) The plugin should implement the methods of required of a network plugin, such as provisioning IP addresses
4) This will require some form of persistence to remember which IP addresses have been used and which are available
Suggestions for config option names and example values:
subnet_
subnet_
subnet_
subnet_
Blueprint information
- Status:
- Complete
- Approver:
- Ben Swartzlander
- Priority:
- High
- Drafter:
- Valeriy Ponomaryov
- Direction:
- Approved
- Assignee:
- Valeriy Ponomaryov
- Definition:
- Approved
- Series goal:
- Accepted for kilo
- Implementation:
- Implemented
- Milestone target:
- 2015.1.0
- Started by
- Valeriy Ponomaryov
- Completed by
- Valeriy Ponomaryov
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Add standalone network plugin