Merge "Update generate_validations_doc.py script"
This commit is contained in:
commit
e6490b3e36
@ -98,7 +98,8 @@ def setup(app):
|
|||||||
# Seed it with the known groups:
|
# Seed it with the known groups:
|
||||||
groups = set(('prep', 'pre-introspection',
|
groups = set(('prep', 'pre-introspection',
|
||||||
'pre-deployment', 'post-deployment',
|
'pre-deployment', 'post-deployment',
|
||||||
'pre-update', 'pre-upgrade'))
|
'pre-update', 'pre-upgrade',
|
||||||
|
'post-upgrade', 'openshift-on-openstack'))
|
||||||
validations = []
|
validations = []
|
||||||
for validation_path in sorted(glob('validations/*.yaml')):
|
for validation_path in sorted(glob('validations/*.yaml')):
|
||||||
with open(validation_path) as f:
|
with open(validation_path) as f:
|
||||||
|
@ -25,8 +25,10 @@ Existing validations:
|
|||||||
validations-pre-introspection-details
|
validations-pre-introspection-details
|
||||||
validations-pre-deployment-details
|
validations-pre-deployment-details
|
||||||
validations-post-deployment-details
|
validations-post-deployment-details
|
||||||
|
validations-openshift-on-openstack-details
|
||||||
validations-pre-update-details
|
validations-pre-update-details
|
||||||
validations-pre-upgrade-details
|
validations-pre-upgrade-details
|
||||||
|
validations-post-upgrade-details
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
Loading…
Reference in New Issue
Block a user