Replace deprecated keystoneclient...exceptions

Use "keystoneclient.exceptions" instead of the deprecated
"keystoneclient.openstack.common.apiclient.exceptions".

ref: https://github.com/openstack/python-keystoneclient/blob/master/
keystoneclient/openstack/common/apiclient/exceptions.py#L25

Change-Id: I9ff8390e88a438782f31c1090c94f13db2bad7d7
This commit is contained in:
Bo Wang 2016-01-07 14:55:35 +08:00 committed by Min Pae
parent d7168f57ce
commit 7e0b041657
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
import exceptions
import time
import keystoneclient.openstack.common.apiclient.exceptions as ks_exceptions
from keystoneclient import exceptions as ks_exceptions
from rally.common import log as logging
from rally.plugins.openstack import scenario
from rally.task import atomic