Update oslo-incubator strutils
strutils has moved to oslo.utils The saharaclient/openstack/common/strutils.py remains as it's needed by apiclient. Change-Id: I213cda7dcdaef78bbb8fae8fbafed95a68f8f452
This commit is contained in:
@@ -3,5 +3,4 @@ base=saharaclient
|
||||
|
||||
module=apiclient.exceptions
|
||||
module=importutils
|
||||
module=strutils
|
||||
module=cliutils
|
||||
|
||||
@@ -7,6 +7,7 @@ pbr>=0.6,!=0.7,<1.0
|
||||
Babel>=1.3
|
||||
netaddr>=0.7.12
|
||||
oslo.i18n>=1.0.0 # Apache-2.0
|
||||
oslo.utils>=1.0.0 # Apache-2.0
|
||||
python-keystoneclient>=0.11.1
|
||||
requests>=2.2.0,!=2.4.0
|
||||
six>=1.7.0
|
||||
|
||||
@@ -51,13 +51,13 @@ from keystoneclient.auth.identity.generic import password
|
||||
from keystoneclient.auth.identity.generic import token
|
||||
from keystoneclient.auth.identity import v3 as identity
|
||||
from keystoneclient import session
|
||||
from oslo.utils import strutils
|
||||
|
||||
from saharaclient.api import client
|
||||
from saharaclient.api import shell as shell_api
|
||||
from saharaclient.openstack.common.apiclient import auth
|
||||
from saharaclient.openstack.common.apiclient import exceptions as exc
|
||||
from saharaclient.openstack.common import cliutils
|
||||
from saharaclient.openstack.common import strutils
|
||||
from saharaclient import version
|
||||
|
||||
DEFAULT_API_VERSION = 'api'
|
||||
|
||||
Reference in New Issue
Block a user