From 3bf800b5a2dec221da41825a431bfe253f6114d0 Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@openstack.org>
Date: Thu, 14 Mar 2013 11:59:39 -0700
Subject: [PATCH] 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
---
 .../files/gerritbot_channel_config.yaml       |  2 +-
 .../files/update_gerrit_users.py              |  2 +-
 ...{oslo-config.config => oslo.config.config} |  0
 .../jenkins_job_builder/config/projects.yaml  |  2 +-
 .../openstack_project/files/zuul/layout.yaml  | 30 +++++++++----------
 .../templates/review.projects.yaml.erb        |  3 +-
 6 files changed, 19 insertions(+), 20 deletions(-)
 rename modules/openstack_project/files/gerrit/acls/openstack/{oslo-config.config => oslo.config.config} (100%)

diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml
index 7a61f267bb..a94f4cc1da 100644
--- a/modules/gerritbot/files/gerritbot_channel_config.yaml
+++ b/modules/gerritbot/files/gerritbot_channel_config.yaml
@@ -34,7 +34,7 @@ openstack-dev:
       - openstack/keystone
       - openstack/nova
       - openstack/oslo-incubator
-      - openstack/oslo-config
+      - openstack/oslo.config
       - openstack/python-cinderclient
       - openstack/python-glanceclient
       - openstack/python-keystoneclient
diff --git a/modules/launchpad_sync/files/update_gerrit_users.py b/modules/launchpad_sync/files/update_gerrit_users.py
index 58eb186207..d917934155 100755
--- a/modules/launchpad_sync/files/update_gerrit_users.py
+++ b/modules/launchpad_sync/files/update_gerrit_users.py
@@ -261,7 +261,7 @@ class Sync(object):
                 'openstack/openstack-planet',
                 'openstack/openstack-puppet',
                 'openstack/oslo-incubator',
-                'openstack/oslo-config',
+                'openstack/oslo.config',
                 'openstack/python-ceilometerclient',
                 'openstack/python-cinderclient',
                 'openstack/python-glanceclient',
diff --git a/modules/openstack_project/files/gerrit/acls/openstack/oslo-config.config b/modules/openstack_project/files/gerrit/acls/openstack/oslo.config.config
similarity index 100%
rename from modules/openstack_project/files/gerrit/acls/openstack/oslo-config.config
rename to modules/openstack_project/files/gerrit/acls/openstack/oslo.config.config
diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml
index 7f4a10254d..211898c7a4 100644
--- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml
+++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml
@@ -286,7 +286,7 @@
 
 
 - project:
-    name: oslo-config
+    name: oslo.config
     github-org: openstack
     node: precise
     tarball-site: tarballs.openstack.org
diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml
index 919482a4fe..b12db894c5 100644
--- a/modules/openstack_project/files/zuul/layout.yaml
+++ b/modules/openstack_project/files/zuul/layout.yaml
@@ -462,26 +462,26 @@ projects:
     release:
       - oslo-incubator-docs
 
-  - name: openstack/oslo-config
+  - name: openstack/oslo.config
     check:
-      - gate-oslo-config-pyflakes:
-        - gate-oslo-config-docs
-        - gate-oslo-config-pep8
-        - gate-oslo-config-python26
-        - gate-oslo-config-python27
+      - gate-oslo.config-pyflakes:
+        - gate-oslo.config-docs
+        - gate-oslo.config-pep8
+        - gate-oslo.config-python26
+        - gate-oslo.config-python27
     gate:
-      - gate-oslo-config-docs
-      - gate-oslo-config-pep8
-      - gate-oslo-config-python26
-      - gate-oslo-config-python27
+      - gate-oslo.config-docs
+      - gate-oslo.config-pep8
+      - gate-oslo.config-python26
+      - gate-oslo.config-python27
     post:
-      - oslo-config-branch-tarball
-      - oslo-config-docs
+      - oslo.config-branch-tarball
+      - oslo.config-docs
     pre-release:
-      - oslo-config-tarball
+      - oslo.config-tarball
     release:
-      - oslo-config-tarball
-      - oslo-config-docs
+      - oslo.config-tarball
+      - oslo.config-docs
 
   - name: openstack/quantum
     check:
diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb
index c33e514eed..85d90e6d4d 100644
--- a/modules/openstack_project/templates/review.projects.yaml.erb
+++ b/modules/openstack_project/templates/review.projects.yaml.erb
@@ -60,8 +60,7 @@
 - project: openstack/openstack-planet
 - 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."
-- project: openstack/oslo-config
-  upstream: git://github.com/markmc/oslo-config.git
+- project: openstack/oslo.config
 - project: openstack/python-ceilometerclient
   upstream: git://github.com/asalkeld/python-ceilometerclient.git
 - project: openstack/python-cinderclient