0d9611ba9b818c73ecf860cff813d7b29d2b4a25
This patch adds dataprotection support to the python-openstackclient
through a plugin.
The support can be demonstrated through the implementation of
the karbor command plan-list which is now:
openstack dataprotection plan list
Partially-Implements: karbor-support-python-openstackclient
Change-Id: I4dfac08fd2b04f9ac254d3aa8fdadc3a1691de0a
Team and repository tags
Karbor
Karbor Mission Statement
- Formalize Application Data Protection in OpenStack (APIs, Services, Plugins, …)
- Be able to protect Any Resource in OpenStack(as well as their dependencies)
- Allow Diversity of vendor solutions, capabilities and implementations without compromising usability
- PyPi - package installation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- Specs
- How to Contribute
Python Karborclient
python-karborclient is a client library for karbor built on the
karbor API. It provides a Python API (the karborclient
module) and a command-line tool (karbor).
Project Resources
Project status, bugs, and blueprints are tracked on Launchpad:
- Client bug tracker
- Karbor bug tracker
Developer documentation can be found here:
Additional resources are linked from the project wiki page:
License
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
Description