summaryrefslogtreecommitdiffstats
path: root/docs/aoa/cloud.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-03-11 11:01:29 +0100
committernicolargo <nicolas@nicolargo.com>2023-03-11 11:01:29 +0100
commitd28a696fc188499fc50fbe48a7851d5b5b98146b (patch)
tree27fdb8c5798416df9a9443b783327a75f4b201db /docs/aoa/cloud.rst
parenta798d10ab18ff0c2b10b5a33f4502f4a3438430f (diff)
Refactor the Cloud plugin, disable it by default in the default configuration file - Related to #2279
Diffstat (limited to 'docs/aoa/cloud.rst')
-rw-r--r--docs/aoa/cloud.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/aoa/cloud.rst b/docs/aoa/cloud.rst
new file mode 100644
index 00000000..d6214925
--- /dev/null
+++ b/docs/aoa/cloud.rst
@@ -0,0 +1,15 @@
+.. _cloud:
+
+CLOUD
+=====
+
+This plugin diplays information about the cloud provider if your host is running on OpenStack.
+
+The plugin use the standard OpenStack `metadata`_ service to retrieve the information.
+
+This plugin is disable by default, please use the --enable-plugin cloud option
+to enable it.
+
+.. image:: ../_static/cloud.png
+
+.. _metadata: https://docs.openstack.org/nova/latest/user/metadata.html \ No newline at end of file