From c7a886664bc053e91c48e1da6043972e50cf9702 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Wed, 27 Jun 2018 18:04:59 -0500 Subject: [PATCH] correct typo in service setup Change-Id: I2c7b88f60a7a1bdbd4e20d70fcd6cf6a9eaef5b1 Signed-off-by: Kevin Carter --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 793b44c7..6fd2b553 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -108,7 +108,7 @@ systemd_group_name: "{{ neutron_system_group_name }}" systemd_tempd_prefix: openstack systemd_slice_name: neutron - system_lock_path: /var/lock/neutron + systemd_lock_path: /var/lock/neutron systemd_CPUAccounting: true systemd_BlockIOAccounting: true systemd_MemoryAccounting: true