From 2835826e08f4da319ffd9e4941024042aa78679e Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Tue, 10 Nov 2015 10:38:36 -0600 Subject: [PATCH] Add missing instruction in openstack compute (nova) --- source/openstack_compute.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/openstack_compute.rst b/source/openstack_compute.rst index 0c2f5326..49160b8f 100644 --- a/source/openstack_compute.rst +++ b/source/openstack_compute.rst @@ -243,7 +243,11 @@ Complete the following steps to finalize Compute installation: nova-api to start with the Nginx http server:: # mkdir -p /etc/nginx - # cp /usr/share/nginx/conf.d/nova-api.template /etc/nginx/nova-api.conf + # ln -s /usr/share/nginx/conf.d/nova-api.template /etc/nginx/nova-api.conf + +#. Restart the Nginx server to reload new configurations:: + + # systemctl restart nginx #. Start the Compute Service services and configure them to start when the system boots::