mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-23 09:11:49 +03:00
15 lines
407 B
ReStructuredText
15 lines
407 B
ReStructuredText
|
.. _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
|