mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-06 13:51:40 +00:00
Add the nginx instructions to start the nova-api for Compute service (nova)
This commit is contained in:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user