summaryrefslogtreecommitdiff
path: root/api-guide
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 /api-guide
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 'api-guide')
-rw-r--r--api-guide/source/general_info.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/api-guide/source/general_info.rst b/api-guide/source/general_info.rst
index bae13c51eb..0af94e6bcb 100644
--- a/api-guide/source/general_info.rst
+++ b/api-guide/source/general_info.rst
@@ -180,10 +180,6 @@ on compute hosts rather than servers.
This service provides authorization for compute instances consoles.
- - **nova-cert**
-
- This service handles the management of X509 certificates.
-
- **Services Actions**
- **enable, disable, disable-log-reason**
@@ -262,11 +258,6 @@ on compute hosts rather than servers.
about migrations. For example, they can determine the source and
destination hosts, type of migration, or changes in the server's flavor.
-- **Certificates**
-
- Nova service "nova-cert" handles the management of X509 certificates which
- are used to generate certificates for euca-bundle-image.
-
Relationship with Volume API
============================