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 <gchamoul@redhat.com>
(cherry picked from commit 5d5e096850)
This commit is contained in:
Gael Chamoulaud 2019-02-05 09:36:48 +01:00
parent 0c926c1fef
commit bf1199802f
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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
==================