Ocata release notes

Change-Id: Iad36bb96f46fe030b92dd5e83fa95e526395a0e7
This commit is contained in:
Ifat Afek 2017-01-31 12:10:51 +00:00
parent 144d8e5853
commit 11e97cc0c6
5 changed files with 19 additions and 4 deletions

View 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``.

View File

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

View File

@ -0,0 +1,3 @@
---
features:
- Added OpenStack Client support

View File

@ -23,6 +23,7 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'reno.sphinxext',
'oslosphinx'
]

View File

@ -10,8 +10,8 @@ Contents
unreleased
Indices and tables
==================
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
* :ref:`genindex`
* :ref:`search`