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:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user