From 6e6ed026956d4028d706d170011c5276ac276d6b Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Wed, 4 Nov 2015 16:10:07 -0600 Subject: [PATCH] Add the nginx instructions to start the nova-api for Compute service (nova) --- source/openstack_compute.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/openstack_compute.rst b/source/openstack_compute.rst index 4e1273d2..62d51de2 100644 --- a/source/openstack_compute.rst +++ b/source/openstack_compute.rst @@ -53,7 +53,9 @@ create a database, service credentials, and API endpoints. * Create the ``nova`` user. Replace ``NOVA_PASS`` with a suitable password:: - $ openstack user create --domain default --password NOVA_PASS nova + $ openstack user create --domain default --password-prompt nova + User Password: + Repeat User Password: +-----------+----------------------------------+ | Field | Value | +-----------+----------------------------------+ @@ -238,6 +240,12 @@ Finalizing Compute installation Complete the following steps to finalize Compute installation: +#. Create the ``/etc/nginx`` directory if doesn't exists and setup the + 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 + #. Start the Compute Service services and configure them to start when the system boots::