[install] do not install/start/enable nova-cert service

According to http://docs.openstack.org/developer/nova/man/nova-cert.html:

---snip---
nova-cert is a server daemon that serves the Nova Cert service for X509
certificates. Used to generate certificates for euca-bundle-image. Only
needed for EC2 API.
---snap---

Because we do not install the EC2 API we do not need the nova-cert
service.

Change-Id: I0c27c89fb6f6b982ce227273e040216828b40135
This commit is contained in:
Christian Berendt 2016-04-18 21:14:48 -05:00 committed by Christian Berendt
parent f2c00a8649
commit aa88f45efc
2 changed files with 18 additions and 26 deletions

View File

@ -161,9 +161,8 @@ Install and configure components
.. code-block:: console
# zypper install openstack-nova-api openstack-nova-scheduler \
openstack-nova-cert openstack-nova-conductor \
openstack-nova-consoleauth openstack-nova-novncproxy \
iptables
openstack-nova-conductor openstack-nova-consoleauth \
openstack-nova-novncproxy iptables
.. only:: rdo
@ -171,9 +170,9 @@ Install and configure components
.. code-block:: console
# yum install openstack-nova-api openstack-nova-cert \
openstack-nova-conductor openstack-nova-console \
openstack-nova-novncproxy openstack-nova-scheduler
# yum install openstack-nova-api openstack-nova-conductor \
openstack-nova-console openstack-nova-novncproxy \
openstack-nova-scheduler
.. only:: ubuntu
@ -181,8 +180,8 @@ Install and configure components
.. code-block:: console
# apt-get install nova-api nova-cert nova-conductor \
nova-consoleauth nova-novncproxy nova-scheduler
# apt-get install nova-api nova-conductor nova-consoleauth \
nova-novncproxy nova-scheduler
.. only:: debian
@ -190,9 +189,8 @@ Install and configure components
.. code-block:: console
# apt-get install nova-api nova-cert nova-conductor \
nova-consoleauth nova-consoleproxy nova-scheduler \
python-novaclient
# apt-get install nova-api nova-conductor nova-consoleauth \
nova-consoleproxy nova-scheduler python-novaclient
Respond to prompts for
:doc:`database management <debconf/debconf-dbconfig-common>`,
@ -408,13 +406,11 @@ Finalize installation
.. code-block:: console
# systemctl enable openstack-nova-api.service \
openstack-nova-cert.service openstack-nova-consoleauth.service \
openstack-nova-scheduler.service openstack-nova-conductor.service \
openstack-nova-novncproxy.service
openstack-nova-consoleauth.service openstack-nova-scheduler.service \
openstack-nova-conductor.service openstack-nova-novncproxy.service
# systemctl start openstack-nova-api.service \
openstack-nova-cert.service openstack-nova-consoleauth.service \
openstack-nova-scheduler.service openstack-nova-conductor.service \
openstack-nova-novncproxy.service
openstack-nova-consoleauth.service openstack-nova-scheduler.service \
openstack-nova-conductor.service openstack-nova-novncproxy.service
.. only:: rdo
@ -424,13 +420,11 @@ Finalize installation
.. code-block:: console
# systemctl enable openstack-nova-api.service \
openstack-nova-cert.service openstack-nova-consoleauth.service \
openstack-nova-scheduler.service openstack-nova-conductor.service \
openstack-nova-novncproxy.service
openstack-nova-consoleauth.service openstack-nova-scheduler.service \
openstack-nova-conductor.service openstack-nova-novncproxy.service
# systemctl start openstack-nova-api.service \
openstack-nova-cert.service openstack-nova-consoleauth.service \
openstack-nova-scheduler.service openstack-nova-conductor.service \
openstack-nova-novncproxy.service
openstack-nova-consoleauth.service openstack-nova-scheduler.service \
openstack-nova-conductor.service openstack-nova-novncproxy.service
.. only:: ubuntu or debian
@ -439,7 +433,6 @@ Finalize installation
.. code-block:: console
# service nova-api restart
# service nova-cert restart
# service nova-consoleauth restart
# service nova-scheduler restart
# service nova-conductor restart

View File

@ -26,8 +26,7 @@ Verify operation of the Compute service.
| 1 | nova-consoleauth | controller | internal | enabled | up | 2016-02-09T23:11:15.000000 |
| 2 | nova-scheduler | controller | internal | enabled | up | 2016-02-09T23:11:15.000000 |
| 3 | nova-conductor | controller | internal | enabled | up | 2016-02-09T23:11:16.000000 |
| 4 | nova-cert | controller | internal | enabled | up | 2016-02-09T23:11:17.000000 |
| 5 | nova-compute | compute1 | nova | enabled | up | 2016-02-09T23:20:20.000000 |
| 4 | nova-compute | compute1 | nova | enabled | up | 2016-02-09T23:20:20.000000 |
+----+--------------------+------------+----------+---------+-------+----------------------------+
.. note::