From 5d5e0968508c90be244f8078f0b7a1d469b65748 Mon Sep 17 00:00:00 2001 From: Gael Chamoulaud Date: Tue, 5 Feb 2019 09:36:48 +0100 Subject: [PATCH] Update generate_validations_doc.py script This patch adds missing groups in the validations documentation generator script. Change-Id: I6dc86c6dd037957a27a847ac7c4bc413018ca096 Signed-off-by: Gael Chamoulaud --- doc/source/_exts/generate_validations_doc.py | 3 ++- doc/source/index.rst | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/_exts/generate_validations_doc.py b/doc/source/_exts/generate_validations_doc.py index d390d48f9..f379a3f28 100644 --- a/doc/source/_exts/generate_validations_doc.py +++ b/doc/source/_exts/generate_validations_doc.py @@ -98,7 +98,8 @@ def setup(app): # Seed it with the known groups: groups = set(('prep', 'pre-introspection', 'pre-deployment', 'post-deployment', - 'pre-update', 'pre-upgrade')) + 'pre-update', 'pre-upgrade', + 'post-upgrade', 'openshift-on-openstack')) validations = [] for validation_path in sorted(glob('validations/*.yaml')): with open(validation_path) as f: diff --git a/doc/source/index.rst b/doc/source/index.rst index 8a39605da..b202caa05 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -25,8 +25,10 @@ Existing validations: validations-pre-introspection-details validations-pre-deployment-details validations-post-deployment-details + validations-openshift-on-openstack-details validations-pre-update-details validations-pre-upgrade-details + validations-post-upgrade-details Indices and tables ==================