Go to file
Jiao Pengju 17f75a9c00 Fix listing with --all error
When executing command "karbor xxx-list --all", it will raise
error as 'error: ambiguous option: --all could match --all-tenants,
--all_tenants'. The reason is we have both '--all-tenants' and
'--all_tenants' in the specify operations, '--all' matches two
args, so it can not work, but when using '--all-' or '--all_',
it return the correct result. We should fix it, so we remove the
arg '--all_tenants' which is not in the help info.
Story: 2005874
Task: 33686

Change-Id: Iafa70c35594af732435122ebd50c114fd7f0b9df
2019-06-16 12:07:15 +08:00
2018-04-12 12:33:29 +09:00
2019-06-16 12:07:15 +08:00
2016-08-26 17:50:37 +08:00
2019-04-19 19:41:49 +00:00
2019-02-19 17:06:02 +08:00
2017-07-20 15:57:42 +08:00
2017-07-20 15:57:42 +08:00
2018-10-06 02:45:59 +00:00
2017-03-07 12:26:58 +00:00

Team and repository tags

image

Karbor

Latest Version

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:

Developer documentation can be found here:

https://docs.openstack.org/karbor/latest/

Additional resources are linked from the project wiki page:

https://wiki.openstack.org/wiki/karbor

License

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0

Description
RETIRED, Python client library for karbor API
Readme 2.2 MiB