From c43e8bd9fabfc228eb4c4f8bb655fca1ce0bfab8 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 23 Jun 2016 14:47:27 -0400 Subject: [PATCH] api-ref: add note about os-certificates API The os-certificates API is weird, and only wasn't removed during the ec2 drop because we exposed it in the osapi. It will be dropped in the future, and we should tell people to not use it starting now. Change-Id: I95f8a9620f7eb865298b656477f77257de91b2cc --- api-ref/source/os-certificates.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api-ref/source/os-certificates.inc b/api-ref/source/os-certificates.inc index d97298c7a3..af215ace3f 100644 --- a/api-ref/source/os-certificates.inc +++ b/api-ref/source/os-certificates.inc @@ -6,6 +6,14 @@ Creates and shows details for a root certificate. +.. note:: + + This API existed solely because of the need to build euca bundles + when Nova had an in tree EC2 API. It no longer interacts with any + parts of the system besides it's own certificate daemon. It should + be considered vestigial, and will likely be deprecated and removed + in the near future. + Create Root Certificate =======================