add python-cyborgclient to openstack repo

Create a new client lib for Cyborg REST API.

Needed-By: https://review.openstack.org/555712/
Change-Id: I376027cbc401b2c9d286d71fc9b57e4867c31907
This commit is contained in:
Shaohe Feng 2018-03-23 08:17:02 +00:00
parent 2f00962d80
commit c4a3c56293
3 changed files with 5 additions and 0 deletions

View File

@ -5690,6 +5690,9 @@
- project: openstack/python-cueclient
description: RETIRED, Message Broker Service (Cue) Client
acl-config: /home/gerrit2/acls/openstack/retired.config
- project: openstack/python-cyborgclient
description: Client library for Cyborg API
acl-config: /home/gerrit2/acls/openstack/cyborg.config
- project: openstack/python-designateclient
description: OpenStack DNS As A Service (Designate) Client
- project: openstack/python-distilclient

View File

@ -393,6 +393,7 @@ openstack-cyborg:
projects:
- openstack/cyborg
- openstack/cyborg-specs
- openstack/python-cyborgclient
branches:
- master

View File

@ -1090,6 +1090,7 @@
- openstack/python-cloudpulseclient
- openstack/python-cognitiveclient
- openstack/python-congressclient
- openstack/python-cyborgclient
- openstack/python-designateclient
- openstack/python-distilclient
- openstack/python-don