Change oslo.config to oslo_config

The oslo.config libraries are moving away from oslo-namespaced
packages.

Note that his requires oslo.config>=1.6.0

bp drop-namespace-packages

Change-Id: Ic0d4053875da0628f2359c109f2779d12aadc3eb
This commit is contained in:
Brant Knudson 2015-01-06 10:06:46 -06:00 committed by Doug Hellmann
parent 19de0629b9
commit e8e86ce471
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import glob
import os
import sys
from oslo.config import cfg
from oslo_config import cfg
# Extend sys.path to find update.py
my_dir = os.path.dirname(__file__)

View File

@ -20,6 +20,7 @@ from __future__ import print_function
import os
import oslo_tool_config as cfg
import yaml