Add devstack plugin
Devstack project has two ways of extension with some additional projects support:
1) using "extras-d-hooks":
http://
2) using "Externally Hosted Plugins":
http://
In former it is required to copy-paste two files into the devstack dir before installation. In latter we just need to properly set up devstack local[rc] file to be able to setup some additional projects.
Details:
- https:/
- http://
Currently, Manila uses first approach. We need to switch to newer one that removes redundant operations to be done before installation by devstack users.
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 devstack plugin