Ocata release notes
Change-Id: Iad36bb96f46fe030b92dd5e83fa95e526395a0e7
This commit is contained in:
parent
144d8e5853
commit
11e97cc0c6
7
releasenotes/notes/event-post-api-e30548bb0a6fa6ac.yaml
Normal file
7
releasenotes/notes/event-post-api-e30548bb0a6fa6ac.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
features:
|
||||
- A new ``event post`` API was added in order to support the OPNFV Doctor
|
||||
Inspector requirements. It can be used for posting events from an external
|
||||
monitor or datasource to Vitrage.
|
||||
In the Doctor use case, if a ``compute.host.down`` event is posted, then
|
||||
it is handled by the new ``Doctor Datasource``.
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Multi Tenancy support was added to all Vitrage API queries. In Ocata,
|
||||
a user will only see alarms and resources which belong to his tenant.
|
3
releasenotes/notes/osc-support-fab94b809caa7eac.yaml
Normal file
3
releasenotes/notes/osc-support-fab94b809caa7eac.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Added OpenStack Client support
|
@ -23,6 +23,7 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.intersphinx',
|
||||
'reno.sphinxext',
|
||||
'oslosphinx'
|
||||
]
|
||||
|
||||
|
@ -10,8 +10,8 @@ Contents
|
||||
unreleased
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`search`
|
||||
* :ref:`genindex`
|
||||
* :ref:`search`
|
||||
|
Loading…
Reference in New Issue
Block a user