Basestring has been replaced by six.string_types in cinder except
the ones in the file v7000_common.py.
Change-Id: I43c0f4cd2e2a990df8d0cceea2f04ee33afe2104
Closes-Bug: #
1470315
start = time.time()
done = False
- if isinstance(success_msgs, basestring):
+ if isinstance(success_msgs, six.string_types):
success_msgs = [success_msgs]
while not done:
request_needed = True
verify_needed = True
- if isinstance(request_success_msgs, basestring):
+ if isinstance(request_success_msgs, six.string_types):
request_success_msgs = [request_success_msgs]
rargs = rargs if rargs else []