Change oslo package names according to the latest oslo release 2.0.0

Also requirements have modified to reflect the latest oslo packages.

Change-Id: I5f5e28ef183dfbafc8c1215ef92d55f6358de27d
This commit is contained in:
Anantha Arunachalam
2015-07-20 16:09:44 -04:00
parent be966dbdf9
commit 8763b5db06
62 changed files with 67 additions and 64 deletions

View File

@@ -36,7 +36,7 @@ import os
import sys
import traceback
from oslo.config import cfg
from oslo_config import cfg
import six
from six import moves
@@ -124,7 +124,7 @@ generic_log_opts = [
DEFAULT_LOG_LEVELS = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN',
'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO',
'oslo.messaging=INFO', 'iso8601=WARN',
'oslo_messaging=INFO', 'iso8601=WARN',
'requests.packages.urllib3.connectionpool=WARN',
'urllib3.connectionpool=WARN', 'websocket=WARN']