Deprecate the project
The time has come. After nearly 10 years of existence, ironic-inspector enters maintenance mode. New deployments are discouraged, existing ones should consider migration. Change-Id: I2cf90d973acd988896071a23c6d6533324368632
This commit is contained in:
parent
5092b4ada7
commit
e96ee4b5ff
@ -2,6 +2,13 @@
|
||||
Hardware introspection for OpenStack Bare Metal
|
||||
===============================================
|
||||
|
||||
.. warning::
|
||||
This project is now in the maintenance mode and new deployments of it are
|
||||
discouraged. Please use `built-in in-band inspection in ironic
|
||||
<https://docs.openstack.org/ironic/latest/admin/inspection/index.html>`_
|
||||
instead. For existing deployments, see the `migration guide
|
||||
<https://docs.openstack.org/ironic/latest/admin/inspection/migration.html>`_.
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
||||
|
@ -7,6 +7,11 @@ Bare Metal Introspection API
|
||||
By default **ironic-inspector** listens on ``[::]:5050``, host and port
|
||||
can be changed in the configuration file. Protocol is JSON over HTTP.
|
||||
|
||||
.. warning::
|
||||
The ironic-inspector project is in the maintenance mode, its API reference
|
||||
is provided for historical reasons. New applications should use the
|
||||
`baremetal API <https://docs.openstack.org/api-ref/baremetal/>`_ instead.
|
||||
|
||||
.. rest_expand_all::
|
||||
|
||||
.. include:: introspection-api-versions.inc
|
||||
|
8
releasenotes/notes/deprecate-d23ae14b5bd3779e.yaml
Normal file
8
releasenotes/notes/deprecate-d23ae14b5bd3779e.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
This project is now in the maintenance mode and new deployments of it are
|
||||
discouraged. Please use `built-in in-band inspection in ironic
|
||||
<https://docs.openstack.org/ironic/latest/admin/inspection/index.html>`_
|
||||
instead. For existing deployments, see the `migration guide
|
||||
<https://docs.openstack.org/ironic/latest/admin/inspection/migration.html>`_.
|
Loading…
Reference in New Issue
Block a user