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