{% load i18n %} {% load sizeformat %} {% for service in services %} {% if service.type == 'nova-compute' %} {% else %} {% endif %} {% endfor %} {% for service in other_services %} {% endfor %}
{% trans "Service" %} {% trans "System Stats" %} {% trans "Enabled" %} {% trans "Up" %} {% trans "Actions" %}
{{ service.type }}
( {{ service.host }} )
  • {% trans "Hypervisor" %}: {{ service.stats.hypervisor_type }}( {{ service.stats.cpu_info.features|join:', ' }})
  • {% trans "Allocable Cores" %}: {{ service.stats.max_vcpus }} ({{ service.stats.vcpus_used }} Used, {{ service.stats.vcpus }} Physical/Virtual)
  • {% trans "Allocable Storage" %}: {{ service.stats.max_gigabytes|diskgbformat }} ({{ service.stats.local_gb_used|diskgbformat }} Used, {{ service.stats.local_gb|diskgbformat }} Physical)
  • {% trans "System Ram" %}: {{ service.stats.memory_mb|mbformat }} ({{ service.stats.memory_mb_used|mbformat }} Used)
- {{ service.disabled|yesno:"Disabled,Enabled" }} {{ service.up }}
  • {% include "syspanel/services/_toggle.html" with form=service_toggle_enabled_form %}
{{ service.type }}
( {{ service.host }} )
- {{ service.disabled|yesno:"Disabled,Enabled" }} {{ service.up }}