1e67516634
Modifying configuration options (ignored modules, extra repositories, hooks) for autohelp requires an update of the doc-tools repository, which doesn't make much sense since the goal is to update the manuals repository. This patch imports the configuration items, and autohelp.py has been patched to make use of them in https://review.openstack.org/265274 Change-Id: I543fdacb1ea114e27f53315160f1eea7cd4dae65
22 lines
913 B
Plaintext
22 lines
913 B
Plaintext
# A list of module that should not be imported by the autohelp.py script."
|
|
|
|
cinder.wsgi.wsgi
|
|
designate.api.v1.extensions.quotas
|
|
designate.api.v1.extensions.reports
|
|
designate.api.v1.extensions.sync
|
|
designate.api.v1.extensions.touch
|
|
glance.contrib.plugins.artifacts_sample.setup
|
|
glance.contrib.plugins.image_artifact.setup
|
|
keystone.assignment.role_backends.sql
|
|
keystone.assignment.V8_backends.sql
|
|
manila.db.migrations.alembic.env
|
|
trove.guestagent.datastore.experimental.postgresql.manager
|
|
trove.guestagent.datastore.experimental.postgresql.service.database
|
|
trove.guestagent.datastore.experimental.postgresql.service.root
|
|
trove.guestagent.datastore.experimental.postgresql.service.users
|
|
trove.guestagent.datastore.postgresql.manager
|
|
trove.guestagent.datastore.postgresql.service.database
|
|
trove.guestagent.datastore.postgresql.service.root
|
|
trove.guestagent.datastore.postgresql.service.users
|
|
zaqar.transport.wsgi.app
|