Files
python-keystoneclient/releasenotes/notes/remove_apiclient_exceptions-0cd5c8d16aa09a22.yaml
Steve Martinelli 3e24b27823 remove oslo-incubator apiclient
The exceptions from oslo-incubator's apiclient  has been deprecated
since v0.7.1, We can use keystone keystoneclient.exceptions instead.

We can also remove the rest of the apiclient from oslo-incubator
since we do not depend on it internally, and has been deprecated
for just as long.

Change-Id: Ieffdc0da7d8a877be5cfe04a1ef9967cc24487c5
2016-03-10 03:50:56 +00:00

6 lines
165 B
YAML

---
other:
- >
Removed `keystoneclient.apiclient.exceptions`. This file was deprecated
in v0.7.1 and has now been replaced by `keystoneclient.exceptions`.