summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-12-14 00:21:18 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2016-03-10 03:50:56 +0000
commit3e24b27823b1d2f7ff679ea25aa6655655a29820 (patch)
treed53f326dcf7693762a0eae35665055aa254dcacd /releasenotes/notes
parent9b028b5cdd1b0ef7260fa530a5a5925d78f81646 (diff)
downloadpython-keystoneclient-3e24b27823b1d2f7ff679ea25aa6655655a29820.tar.gz
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
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/remove_apiclient_exceptions-0cd5c8d16aa09a22.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/remove_apiclient_exceptions-0cd5c8d16aa09a22.yaml b/releasenotes/notes/remove_apiclient_exceptions-0cd5c8d16aa09a22.yaml
new file mode 100644
index 0000000..24a25d7
--- /dev/null
+++ b/releasenotes/notes/remove_apiclient_exceptions-0cd5c8d16aa09a22.yaml
@@ -0,0 +1,5 @@
+---
+other:
+ - >
+ Removed `keystoneclient.apiclient.exceptions`. This file was deprecated
+ in v0.7.1 and has now been replaced by `keystoneclient.exceptions`.