]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Remove compat cfg wrapper
authorMark McLoughlin <markmc@redhat.com>
Sat, 23 Feb 2013 09:55:39 +0000 (09:55 +0000)
committerMark McLoughlin <markmc@redhat.com>
Sat, 23 Feb 2013 09:55:39 +0000 (09:55 +0000)
This wrapper was there to allow oslo-config changes through the gate
while keystoneclient hadn't been updated.

Change-Id: I3d48673af58ae379e8e4d2c7fb4b4d81f3ed67dd

heat/openstack/common/cfg.py [deleted file]

diff --git a/heat/openstack/common/cfg.py b/heat/openstack/common/cfg.py
deleted file mode 100644 (file)
index c35dcb8..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2013 Red Hat, Inc.
-#
-#    Licensed under the Apache License, Version 2.0 (the "License"); you may
-#    not use this file except in compliance with the License. You may obtain
-#    a copy of the License at
-#
-#         http://www.apache.org/licenses/LICENSE-2.0
-#
-#    Unless required by applicable law or agreed to in writing, software
-#    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-#    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-#    License for the specific language governing permissions and limitations
-#    under the License.
-
-from oslo.config.cfg import *