nova/vcsversion.py
tools/conf/nova.conf*
doc/source/_static/nova.conf.sample
+doc/source/_static/nova.policy.yaml.sample
# Files created by releasenotes build
releasenotes/build
'sphinx.ext.coverage',
'sphinx.ext.graphviz',
'oslosphinx',
- "ext.support_matrix",
+ 'ext.support_matrix',
'oslo_config.sphinxconfiggen',
+ 'oslo_policy.sphinxpolicygen',
'ext.versioned_notifications',
'ext.feature_matrix',
]
config_generator_config_file = '../../etc/nova/nova-config-generator.conf'
sample_config_basename = '_static/nova'
+policy_generator_config_file = '../../etc/nova/nova-policy-generator.conf'
+sample_policy_basename = '_static/nova'
+
todo_include_todos = True
# The suffix of source filenames.
--- /dev/null
+===========
+Nova Policy
+===========
+
+The following is a sample nova policy file, autogenerated from nova when this
+documentation is built. To prevent conflicts, ensure your version of nova
+aligns with the version of this documentation.
+
+The sample policy can also be viewed in `file form
+<_static/nova.policy.yaml.sample>`_.
+
+.. literalinclude:: _static/nova.policy.yaml.sample