6ec390481821b06313757be0e37396e179f2769a
Adding constraints support to libraries is slightly more complex than services as the libraries themselves are listed in upper-constraints.txt which leads to errors that you can't install a specific version and a constrained version. This change adds constraints support by also adding a helper script to edit the constraints to remove python-karborclient. Change-Id: Ib7f5194b7cf04917d8cfd3e7e1dafc303e234d20
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