Added notifications documentation page

In this changeset, I added a new Sphinx directive (from Nova) that
allows us to automatically display notification samples for of
all the upcoming notifications in Watcher.

Partially Implements: blueprint watcher-notifications-ovo

Change-Id: Id7d819ee21db6dc616c78faea483b883f77e3bd6
This commit is contained in:
Vincent Françoise
2016-10-17 17:21:57 +02:00
parent b27e5b91b9
commit cdee2719f7
5 changed files with 150 additions and 1 deletions

View File

@@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import sys
import os
import sys
from watcher import version as watcher_version
from watcher import objects
@@ -41,6 +41,7 @@ extensions = [
'stevedore.sphinxext',
'wsmeext.sphinxext',
'ext.term',
'ext.versioned_notifications',
]
wsme_protocols = ['restjson']