Stop using openstack.common from keystoneclient

They switched away from it.

Change-Id: Iea7fd67d764443dfb6e7192ab3dff475bc2e3095
Closes-Bug: #1481501
This commit is contained in:
Julien Danjou 2015-08-05 10:43:40 +02:00
parent c8709ce435
commit 08825e46db
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from keystoneclient.openstack.common.apiclient import exceptions
from keystoneclient import exceptions
from oslo_config import cfg
from oslo_log import log
import pecan

View File

@ -11,7 +11,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from keystoneclient.openstack.common.apiclient import exceptions
from keystoneclient import exceptions
import mock
from oslotest import mockpatch