From 4545fbc42771d3d4825674574dff387fa72d955e Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 9 Aug 2018 15:28:10 -0400 Subject: [PATCH] add tempest plugins to the version listing page Consumers of tempest plugins need to know which versions go with each release, so let's show them on the releases web site. Change-Id: I69d050d90a9d8944837bc6567c1fafeab9cf4e08 Signed-off-by: Doug Hellmann --- openstack_releases/sphinxext.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openstack_releases/sphinxext.py b/openstack_releases/sphinxext.py index 2aad108ec6..5c7b9fd54e 100644 --- a/openstack_releases/sphinxext.py +++ b/openstack_releases/sphinxext.py @@ -96,6 +96,7 @@ class DeliverableDirectiveBase(rst.Directive): 'horizon-plugin', 'other', 'cycle-trailing', + 'tempest-plugin', ] def run(self): @@ -185,6 +186,7 @@ class DeliverableDirectiveBase(rst.Directive): 'client-library': 'Service Client Projects', 'other': 'Other Projects', 'cycle-trailing': 'Deployment and Packaging Tools', + 'tempest-plugin': 'Tempest Plugins', } def _add_deliverables(self, type_tag, deliverables, series, app, result):