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
This commit is contained in:
Sean Dague 2016-06-23 14:47:27 -04:00 committed by Alex Xu
parent 4e62960722
commit c43e8bd9fa
1 changed files with 8 additions and 0 deletions

View File

@ -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
=======================