remove unneeded __init__ file

now that we got the constants out of load time, we can get rid
of this init file as it's basically a no-op.

Change-Id: I7815f83ea5a4702a6722e6433aece7b572cb78a9
This commit is contained in:
Sean Dague 2013-12-20 17:06:06 -05:00
parent 3b9b1f3d34
commit a9cf52e5f3
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2012 OpenStack Foundation
# All Rights Reserved.
#
# 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 tempest import config
from tempest.openstack.common import log as logging
LOG = logging.getLogger(__name__)
# CONFIG = config.CONF
# CREATE_IMAGE_ENABLED = CONFIG.compute_feature_enabled.create_image
# RESIZE_AVAILABLE = CONFIG.compute_feature_enabled.resize
# CHANGE_PASSWORD_AVAILABLE = CONFIG.compute_feature_enabled.change_password
# DISK_CONFIG_ENABLED = CONFIG.compute_feature_enabled.disk_config