Merge "Drop use of 'oslo' namespace package"
This commit is contained in:
commit
163030c081
@ -30,7 +30,7 @@ import os
|
||||
import shutil
|
||||
import tempfile
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
|
||||
|
||||
def get_path(name):
|
||||
|
@ -18,7 +18,7 @@ import os
|
||||
|
||||
from keystoneclient.contrib.ec2 import utils as ec2_utils
|
||||
from lxml import etree
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
import six.moves.urllib.parse as urlparse
|
||||
|
||||
from os_collect_config import common
|
||||
|
@ -22,7 +22,7 @@ import subprocess
|
||||
import sys
|
||||
import time
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
|
||||
from os_collect_config import cache
|
||||
from os_collect_config import cfn
|
||||
|
@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
|
||||
from os_collect_config import common
|
||||
from os_collect_config import exc
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
from heatclient import client as heatclient
|
||||
from keystoneclient.v3 import client as keystoneclient
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
|
||||
from os_collect_config import exc
|
||||
from os_collect_config import keystone
|
||||
|
@ -16,7 +16,7 @@
|
||||
import json
|
||||
import os
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
|
||||
from os_collect_config import exc
|
||||
from os_collect_config.openstack.common import log
|
||||
|
@ -19,7 +19,7 @@ from dogpile import cache
|
||||
from keystoneclient import discover as ks_discover
|
||||
from keystoneclient import exceptions as ks_exc
|
||||
from keystoneclient.v3 import client as ks_keystoneclient
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
||||
|
@ -18,7 +18,7 @@ import locale
|
||||
import os
|
||||
import stat
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
|
||||
from os_collect_config import exc
|
||||
from os_collect_config.openstack.common import log
|
||||
|
@ -37,7 +37,7 @@ import socket
|
||||
import sys
|
||||
import traceback
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
import six
|
||||
from six import moves
|
||||
|
||||
|
@ -17,7 +17,7 @@ import calendar
|
||||
import json
|
||||
import time
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
|
||||
from os_collect_config import common
|
||||
from os_collect_config import exc
|
||||
|
@ -18,7 +18,7 @@ import tempfile
|
||||
|
||||
import fixtures
|
||||
from lxml import etree
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
import requests
|
||||
import six.moves.urllib.parse as urlparse
|
||||
import testtools
|
||||
|
@ -24,7 +24,7 @@ import extras
|
||||
import fixtures
|
||||
from keystoneclient import discover as ks_discover
|
||||
import mock
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
import testtools
|
||||
from testtools import matchers
|
||||
|
||||
|
@ -16,7 +16,7 @@ import fixtures
|
||||
from keystoneclient import discover as ks_discover
|
||||
from keystoneclient import exceptions as ks_exc
|
||||
import mock
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
import testtools
|
||||
from testtools import matchers
|
||||
|
||||
|
@ -18,7 +18,7 @@ import os.path
|
||||
import tempfile
|
||||
|
||||
import fixtures
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
import testtools
|
||||
from testtools import matchers
|
||||
|
||||
|
@ -18,7 +18,7 @@ import fixtures
|
||||
from keystoneclient import discover as ks_discover
|
||||
from keystoneclient import exceptions as ks_exc
|
||||
import mock
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
import testtools
|
||||
|
||||
from os_collect_config import collect
|
||||
|
@ -19,7 +19,7 @@ import os
|
||||
import tempfile
|
||||
|
||||
import fixtures
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
import testtools
|
||||
from testtools import matchers
|
||||
|
||||
|
@ -18,7 +18,7 @@ import json
|
||||
import time
|
||||
|
||||
import fixtures
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
import requests
|
||||
import testtools
|
||||
from testtools import matchers
|
||||
|
Loading…
x
Reference in New Issue
Block a user