Use oslo.log instead of incubated code

Also use namespaceless oslo.config

Change-Id: I9bb01bd1e6154b8bc2aa82848b45fdd411c24fb7
This commit is contained in:
Ilya Shakhat
2015-03-20 15:44:47 +03:00
parent 12e287d06d
commit 72dcfee0c9
29 changed files with 57 additions and 843 deletions

View File

@@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from oslo_log import log as logging
import six
from stackalytics.openstack.common import log as logging
from stackalytics.processor import user_processor
from stackalytics.processor import utils