From 6e431bb51d6c8bfacb6f55b34dee01040c994454 Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Wed, 4 Nov 2015 16:35:30 -0600 Subject: [PATCH] Add minor fixes for the compute service (Nova) --- source/openstack_compute.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/openstack_compute.rst b/source/openstack_compute.rst index 62d51de2..5d436110 100644 --- a/source/openstack_compute.rst +++ b/source/openstack_compute.rst @@ -382,6 +382,10 @@ Finalize compute node installation ... virt_type = qemu +#. Let systemd set the correct permissions for files inĀ ``/etc/nova``:: + + # systemctl restart update-triggers.target + #. Start the Compute service including its dependencies and configure them to start automatically when the system boots::