Merge "Add tempest.scenario.manager as stable interface for plugins"
diff --git a/doc/source/plugins/plugin.rst b/doc/source/plugins/plugin.rst
index 6726def..b1fd6f8 100644
--- a/doc/source/plugins/plugin.rst
+++ b/doc/source/plugins/plugin.rst
@@ -31,6 +31,7 @@
 * tempest.common.credentials_factory
 * tempest.clients
 * tempest.test
+* tempest.scenario.manager
 
 If there is an interface from Tempest that you need to rely on in your plugin
 which is not listed above, it likely needs to be migrated to tempest.lib. In