Kite is officially part of OpenStack
The kite and python-kiteclient projects are under the umbrella of the Key Management Service/Barbican program, and so should be in the openstack git repository namespace. Change-Id: I340452e47e22783375ace8da538b989e26f2c4fa
This commit is contained in:
parent
b8a321ee54
commit
b06724a6a9
@ -415,9 +415,9 @@ openstack-barbican:
|
|||||||
projects:
|
projects:
|
||||||
- openstack/barbican
|
- openstack/barbican
|
||||||
- openstack/barbican-specs
|
- openstack/barbican-specs
|
||||||
|
- openstack/kite
|
||||||
- openstack/python-barbicanclient
|
- openstack/python-barbicanclient
|
||||||
- stackforge/kite
|
- openstack/python-kiteclient
|
||||||
- stackforge/python-kiteclient
|
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@ -308,6 +308,8 @@
|
|||||||
- project: openstack/keystonemiddleware
|
- project: openstack/keystonemiddleware
|
||||||
description: OpenStack Identity (Keystone) Middleware
|
description: OpenStack Identity (Keystone) Middleware
|
||||||
upstream: git://github.com/morganfainberg/keystonemiddleware
|
upstream: git://github.com/morganfainberg/keystonemiddleware
|
||||||
|
- project: openstack/kite
|
||||||
|
description: A service for managing and distributing message encryption keys.
|
||||||
- project: openstack/netconn-api
|
- project: openstack/netconn-api
|
||||||
group: openstack-api-site
|
group: openstack-api-site
|
||||||
options:
|
options:
|
||||||
@ -421,6 +423,8 @@
|
|||||||
- project: openstack/python-ironicclient
|
- project: openstack/python-ironicclient
|
||||||
description: A python client implementing the Ironic API.
|
description: A python client implementing the Ironic API.
|
||||||
- project: openstack/python-keystoneclient
|
- project: openstack/python-keystoneclient
|
||||||
|
- project: openstack/python-kiteclient
|
||||||
|
description: Python bindings to Kite.
|
||||||
- project: openstack/python-neutronclient
|
- project: openstack/python-neutronclient
|
||||||
docimpact-group: openstack-manuals
|
docimpact-group: openstack-manuals
|
||||||
- project: openstack/python-novaclient
|
- project: openstack/python-novaclient
|
||||||
@ -819,8 +823,6 @@
|
|||||||
- project: stackforge/kickstack
|
- project: stackforge/kickstack
|
||||||
description: Rapid OpenStack deployment with puppet-dashboard, The Foreman, or any other Puppet ENC
|
description: Rapid OpenStack deployment with puppet-dashboard, The Foreman, or any other Puppet ENC
|
||||||
upstream: git://github.com/hastexo/kickstack
|
upstream: git://github.com/hastexo/kickstack
|
||||||
- project: stackforge/kite
|
|
||||||
description: A service for managing and distributing message encryption keys.
|
|
||||||
- project: stackforge/kwapi
|
- project: stackforge/kwapi
|
||||||
description: Energy Efficiency Monitoring
|
description: Energy Efficiency Monitoring
|
||||||
upstream: git://github.com/frossigneux/kwapi.git
|
upstream: git://github.com/frossigneux/kwapi.git
|
||||||
@ -1075,8 +1077,6 @@
|
|||||||
- project: stackforge/python-jenkins
|
- project: stackforge/python-jenkins
|
||||||
upstream: git://github.com/jeblair/python-jenkins.git
|
upstream: git://github.com/jeblair/python-jenkins.git
|
||||||
description: Python API for managing jobs and nodes in a Jenkins CI instance
|
description: Python API for managing jobs and nodes in a Jenkins CI instance
|
||||||
- project: stackforge/python-kiteclient
|
|
||||||
description: Python bindings to Kite.
|
|
||||||
- project: stackforge/python-libraclient
|
- project: stackforge/python-libraclient
|
||||||
- project: stackforge/python-magnetodbclient
|
- project: stackforge/python-magnetodbclient
|
||||||
description: Python client for MagnetoDB, the key-value database service for OpenStack cloud.
|
description: Python client for MagnetoDB, the key-value database service for OpenStack cloud.
|
||||||
|
@ -1099,6 +1099,17 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-keystonemiddleware-python33
|
- gate-keystonemiddleware-python33
|
||||||
|
|
||||||
|
- name: openstack/kite
|
||||||
|
template:
|
||||||
|
- name: python-jobs
|
||||||
|
- name: check-requirements
|
||||||
|
check:
|
||||||
|
- gate-kite-python33
|
||||||
|
pre-release:
|
||||||
|
- kite-tarball
|
||||||
|
release:
|
||||||
|
- kite-tarball
|
||||||
|
|
||||||
- name: openstack/zaqar
|
- name: openstack/zaqar
|
||||||
template:
|
template:
|
||||||
- name: python-jobs
|
- name: python-jobs
|
||||||
@ -1522,6 +1533,17 @@ projects:
|
|||||||
- check-tripleo-novabm-overcloud-precise-nonha
|
- check-tripleo-novabm-overcloud-precise-nonha
|
||||||
- check-tripleo-novabm-overcloud-f20-nonha
|
- check-tripleo-novabm-overcloud-f20-nonha
|
||||||
|
|
||||||
|
- name: openstack/python-kiteclient
|
||||||
|
template:
|
||||||
|
- name: python-jobs
|
||||||
|
- name: publish-to-pypi
|
||||||
|
check:
|
||||||
|
- gate-python-kiteclient-requirements
|
||||||
|
- gate-python-kiteclient-python33
|
||||||
|
gate:
|
||||||
|
- gate-python-kiteclient-requirements
|
||||||
|
- gate-python-kiteclient-python33
|
||||||
|
|
||||||
- name: openstack/python-zaqarclient
|
- name: openstack/python-zaqarclient
|
||||||
template:
|
template:
|
||||||
- name: check-requirements
|
- name: check-requirements
|
||||||
@ -3614,17 +3636,6 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- noop
|
- noop
|
||||||
|
|
||||||
- name: stackforge/kite
|
|
||||||
template:
|
|
||||||
- name: python-jobs
|
|
||||||
- name: check-requirements
|
|
||||||
check:
|
|
||||||
- gate-kite-python33
|
|
||||||
pre-release:
|
|
||||||
- kite-tarball
|
|
||||||
release:
|
|
||||||
- kite-tarball
|
|
||||||
|
|
||||||
- name: stackforge/libra
|
- name: stackforge/libra
|
||||||
template:
|
template:
|
||||||
- name: docs-on-rtfd
|
- name: docs-on-rtfd
|
||||||
@ -4436,17 +4447,6 @@ projects:
|
|||||||
release:
|
release:
|
||||||
- python-blazarclient-tarball
|
- python-blazarclient-tarball
|
||||||
|
|
||||||
- name: stackforge/python-kiteclient
|
|
||||||
template:
|
|
||||||
- name: python-jobs
|
|
||||||
- name: publish-to-pypi
|
|
||||||
check:
|
|
||||||
- gate-python-kiteclient-requirements
|
|
||||||
- gate-python-kiteclient-python33
|
|
||||||
gate:
|
|
||||||
- gate-python-kiteclient-requirements
|
|
||||||
- gate-python-kiteclient-python33
|
|
||||||
|
|
||||||
- name: stackforge/python-libraclient
|
- name: stackforge/python-libraclient
|
||||||
template:
|
template:
|
||||||
- name: publish-to-pypi
|
- name: publish-to-pypi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user