diff --git a/doc/ext/versioned_notifications.py b/doc/ext/versioned_notifications.py index d3f017a884bb..89acb76b8515 100644 --- a/doc/ext/versioned_notifications.py +++ b/doc/ext/versioned_notifications.py @@ -25,6 +25,11 @@ from docutils import nodes from nova.notifications.objects import base as notification from nova.objects import base +# Make sure that all the notification classes are defined so the +# registration mechanism can pick them up later. +from nova.notifications.objects import exception +from nova.notifications.objects import instance +from nova.notifications.objects import service class VersionedNotificationDirective(Directive):