From 11e97cc0c6bd709f6c7c5367c596c2a4d7ca2daf Mon Sep 17 00:00:00 2001 From: Ifat Afek Date: Tue, 31 Jan 2017 12:10:51 +0000 Subject: [PATCH] Ocata release notes Change-Id: Iad36bb96f46fe030b92dd5e83fa95e526395a0e7 --- releasenotes/notes/event-post-api-e30548bb0a6fa6ac.yaml | 7 +++++++ .../notes/multi-tenancy-support-b8d4cd83e9ded7bc.yaml | 4 ++++ releasenotes/notes/osc-support-fab94b809caa7eac.yaml | 3 +++ releasenotes/source/conf.py | 1 + releasenotes/source/index.rst | 8 ++++---- 5 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 releasenotes/notes/event-post-api-e30548bb0a6fa6ac.yaml create mode 100644 releasenotes/notes/multi-tenancy-support-b8d4cd83e9ded7bc.yaml create mode 100644 releasenotes/notes/osc-support-fab94b809caa7eac.yaml diff --git a/releasenotes/notes/event-post-api-e30548bb0a6fa6ac.yaml b/releasenotes/notes/event-post-api-e30548bb0a6fa6ac.yaml new file mode 100644 index 0000000..f27fc59 --- /dev/null +++ b/releasenotes/notes/event-post-api-e30548bb0a6fa6ac.yaml @@ -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``. diff --git a/releasenotes/notes/multi-tenancy-support-b8d4cd83e9ded7bc.yaml b/releasenotes/notes/multi-tenancy-support-b8d4cd83e9ded7bc.yaml new file mode 100644 index 0000000..1d4d742 --- /dev/null +++ b/releasenotes/notes/multi-tenancy-support-b8d4cd83e9ded7bc.yaml @@ -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. diff --git a/releasenotes/notes/osc-support-fab94b809caa7eac.yaml b/releasenotes/notes/osc-support-fab94b809caa7eac.yaml new file mode 100644 index 0000000..5065a32 --- /dev/null +++ b/releasenotes/notes/osc-support-fab94b809caa7eac.yaml @@ -0,0 +1,3 @@ +--- +features: + - Added OpenStack Client support diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 585e8f9..4953f22 100755 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -23,6 +23,7 @@ sys.path.insert(0, os.path.abspath('../..')) extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', + 'reno.sphinxext', 'oslosphinx' ] diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index bb2a5bd..eb8d1a1 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -10,8 +10,8 @@ Contents unreleased - Indices and tables - ================== +Indices and tables +================== - * :ref:`genindex` - * :ref:`search` +* :ref:`genindex` +* :ref:`search`