Correctly display tuned profile in bug report.

Change-Id: I8fbb1d4c9a0a94e5ffff72dc197c69576f49a273
This commit is contained in:
Alex Krzos 2016-01-25 15:47:51 -05:00
parent 9a4cb2b05b
commit 499c76e97b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ checks:
name : "increase reserved_host_memory_mb" name : "increase reserved_host_memory_mb"
tuned_profile_result : tuned_profile_result :
url: "none" url: "none"
name: "Ensure Tuned Profile is set to {{ tuned_profile }}" name: "Ensure Tuned Profile is set to virtual-host"
nova_vif_timeout_result: nova_vif_timeout_result:
url: "none" url: "none"
name: "Nova VIF timeout should be >= 300" name: "Nova VIF timeout should be >= 300"

View File

@ -34,6 +34,6 @@ checks :
name: "Rabbit is currently partitioned - YMMV... Good luck." name: "Rabbit is currently partitioned - YMMV... Good luck."
tuned_profile_result : tuned_profile_result :
url: "none" url: "none"
name: "Ensure Tuned Profile is set to {{ tuned_profile }}" name: "Ensure Tuned Profile is set to throughput-performance"
# vi:syntax=yaml # vi:syntax=yaml