summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2017-04-24 17:57:57 -0400
committerMatthew Treinish <mtreinish@kortar.org>2017-04-27 22:28:01 -0400
commit2bcee77e3baa0d338685915fa2456175f6eaa2ad (patch)
tree58f4e0f6f9aeb04da2ecda549638304ddcaeafd3 /releasenotes
parent7e7bdb198ed6412273e22dea72e37a6371fce8bd (diff)
downloadnova-2bcee77e3baa0d338685915fa2456175f6eaa2ad.tar.gz
Remove nova-cert
This commit removes nova-cert which has been deprecated since change Id7a1fc943cbe6d860a50d3cc776717b55351004b. The APIs have been hard coded to return a 410 whenever they're called now. For the API ref a new section for obsolete apis is added to the bottom of the page and the certificates api ref is moved there. Implements bp remove-nova-cert Change-Id: I2c78a0c6599b92040146cf9f0042cff8fd2509c3
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-cert-becab1c042700f80.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-cert-becab1c042700f80.yaml b/releasenotes/notes/remove-cert-becab1c042700f80.yaml
new file mode 100644
index 0000000000..1839d1d3b7
--- /dev/null
+++ b/releasenotes/notes/remove-cert-becab1c042700f80.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - The deprecated nova cert daemon is now removed. The /os-certificates API
+ endpoint that depended on this service now returns 410 whenever it is
+ called.