Rename oslo-config to oslo.config.

Change-Id: Ic6f17676ba597a055c89425ecd3c3164dfe30db2
Reviewed-on: https://review.openstack.org/24466
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-03-14 11:59:39 -07:00 committed by Jenkins
parent 9c512b85d7
commit 3bf800b5a2
6 changed files with 19 additions and 20 deletions

View File

@ -34,7 +34,7 @@ openstack-dev:
- openstack/keystone - openstack/keystone
- openstack/nova - openstack/nova
- openstack/oslo-incubator - openstack/oslo-incubator
- openstack/oslo-config - openstack/oslo.config
- openstack/python-cinderclient - openstack/python-cinderclient
- openstack/python-glanceclient - openstack/python-glanceclient
- openstack/python-keystoneclient - openstack/python-keystoneclient

View File

@ -261,7 +261,7 @@ class Sync(object):
'openstack/openstack-planet', 'openstack/openstack-planet',
'openstack/openstack-puppet', 'openstack/openstack-puppet',
'openstack/oslo-incubator', 'openstack/oslo-incubator',
'openstack/oslo-config', 'openstack/oslo.config',
'openstack/python-ceilometerclient', 'openstack/python-ceilometerclient',
'openstack/python-cinderclient', 'openstack/python-cinderclient',
'openstack/python-glanceclient', 'openstack/python-glanceclient',

View File

@ -286,7 +286,7 @@
- project: - project:
name: oslo-config name: oslo.config
github-org: openstack github-org: openstack
node: precise node: precise
tarball-site: tarballs.openstack.org tarball-site: tarballs.openstack.org

View File

@ -462,26 +462,26 @@ projects:
release: release:
- oslo-incubator-docs - oslo-incubator-docs
- name: openstack/oslo-config - name: openstack/oslo.config
check: check:
- gate-oslo-config-pyflakes: - gate-oslo.config-pyflakes:
- gate-oslo-config-docs - gate-oslo.config-docs
- gate-oslo-config-pep8 - gate-oslo.config-pep8
- gate-oslo-config-python26 - gate-oslo.config-python26
- gate-oslo-config-python27 - gate-oslo.config-python27
gate: gate:
- gate-oslo-config-docs - gate-oslo.config-docs
- gate-oslo-config-pep8 - gate-oslo.config-pep8
- gate-oslo-config-python26 - gate-oslo.config-python26
- gate-oslo-config-python27 - gate-oslo.config-python27
post: post:
- oslo-config-branch-tarball - oslo.config-branch-tarball
- oslo-config-docs - oslo.config-docs
pre-release: pre-release:
- oslo-config-tarball - oslo.config-tarball
release: release:
- oslo-config-tarball - oslo.config-tarball
- oslo-config-docs - oslo.config-docs
- name: openstack/quantum - name: openstack/quantum
check: check:

View File

@ -60,8 +60,7 @@
- project: openstack/openstack-planet - project: openstack/openstack-planet
- project: openstack/oslo-incubator - project: openstack/oslo-incubator
description: "Part of OpenStack's Oslo project. New Oslo APIs go through an incubation phase in this repository before being released as part of a proper Python library." description: "Part of OpenStack's Oslo project. New Oslo APIs go through an incubation phase in this repository before being released as part of a proper Python library."
- project: openstack/oslo-config - project: openstack/oslo.config
upstream: git://github.com/markmc/oslo-config.git
- project: openstack/python-ceilometerclient - project: openstack/python-ceilometerclient
upstream: git://github.com/asalkeld/python-ceilometerclient.git upstream: git://github.com/asalkeld/python-ceilometerclient.git
- project: openstack/python-cinderclient - project: openstack/python-cinderclient