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:
Matthew Farrellee
2014-12-04 13:12:04 -05:00
parent d535d2fd6e
commit b59de4ea6b
3 changed files with 2 additions and 2 deletions

View File

@@ -3,5 +3,4 @@ base=saharaclient
module=apiclient.exceptions
module=importutils
module=strutils
module=cliutils

View File

@@ -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

View File

@@ -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'