Fix invalid syntax
diff --git a/nova/files/liberty/nova-compute.conf.Debian b/nova/files/liberty/nova-compute.conf.Debian
index c8ee68e..4df50c7 100644
--- a/nova/files/liberty/nova-compute.conf.Debian
+++ b/nova/files/liberty/nova-compute.conf.Debian
@@ -125,7 +125,7 @@
notification_driver = messagingv2
{%- endif %}
-resume_guests_state_on_host_boot = {% compute.get('resume_guests_state_on_host_boot', False) %}
+resume_guests_state_on_host_boot = {{ compute.get('resume_guests_state_on_host_boot', False) }}
{%- if compute.identity.get('version', 2) == 2 %}
diff --git a/nova/files/mitaka/nova-compute.conf.Debian b/nova/files/mitaka/nova-compute.conf.Debian
index 94af780..c2f522d 100644
--- a/nova/files/mitaka/nova-compute.conf.Debian
+++ b/nova/files/mitaka/nova-compute.conf.Debian
@@ -72,7 +72,7 @@
notify_on_state_change = vm_and_task_state
{%- endif %}
-resume_guests_state_on_host_boot = {% compute.get('resume_guests_state_on_host_boot', False) %}
+resume_guests_state_on_host_boot = {{ compute.get('resume_guests_state_on_host_boot', False) }}
[oslo_concurrency]
lock_path = /var/lib/nova/tmp
diff --git a/nova/files/newton/nova-compute.conf.Debian b/nova/files/newton/nova-compute.conf.Debian
index 47bccaa..2c1a7a0 100644
--- a/nova/files/newton/nova-compute.conf.Debian
+++ b/nova/files/newton/nova-compute.conf.Debian
@@ -86,7 +86,7 @@
notify_on_state_change = vm_and_task_state
{%- endif %}
-resume_guests_state_on_host_boot = {% compute.get('resume_guests_state_on_host_boot', False) %}
+resume_guests_state_on_host_boot = {{ compute.get('resume_guests_state_on_host_boot', False) }}
[oslo_concurrency]
lock_path = /var/lib/nova/tmp