Merge "Update generate_validations_doc.py script"

This commit is contained in:
Zuul 2019-02-18 12:39:26 +00:00 committed by Gerrit Code Review
commit e6490b3e36
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
==================