Remove unused config.CONF

This patch remove unused config.CONF to
keep code clean

Change-Id: Ibacc1539b1001ea09550b56f7f26a09814cd53e6
This commit is contained in:
gecong1973 2016-08-31 09:04:00 +08:00
parent 850a7b0e6f
commit 53c5089a03

View File

@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from oslo_config import cfg
from oslo_log import log as logging
import six
import yaml
@ -34,7 +33,6 @@ from sahara.utils import remote
conductor = conductor.API
LOG = logging.getLogger(__name__)
CONF = cfg.CONF
class StormProvider(p.ProvisioningPluginBase):