Install and configure controller node for Red Hat Enterprise Linux and CentOS in nova

Bug #1801621 reported by Ramez Nabil Wasfy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
New
Undecided
Unassigned

Bug Description

This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:

- [x] This doc is inaccurate in this way:the command provided is missing the some service
- [ ] This is a doc addition request.
- [x] I have a fix to the document that I can paste below including example: input and output.

Description
=====================
Finalize installation

Start the Compute services and configure them to start when the system boots:
In brief the document misses openstack-nova-consoleauth.service from enabling and starting .

the following commands are not correct

# systemctl enable openstack-nova-api.service openstack-nova-scheduler.service openstack-nova-conductor.service openstack-nova-novncproxy.service
# systemctl start openstack-nova-api.service openstack-nova-scheduler.service openstack-nova-conductor.service openstack-nova-novncproxy.service

The correct ones are

# systemctl enable openstack-nova-api.service openstack-nova-scheduler.service openstack-nova-conductor.service openstack-nova-novncproxy.service openstack-nova-consoleauth.service
# systemctl start openstack-nova-api.service openstack-nova-scheduler.service openstack-nova-conductor.service openstack-nova-novncproxy.service openstack-nova-consoleauth.service

I discovered the problem when trying to list the openstack hosts on controller node.
i found that openstack-nova-consoleauth.service is missing
So i had to start and enable the service to get it work

The bug is found while deploying openstack rocky release ( using CentOS )

Tags: doc
tags: added: doc
Revision history for this message
Matt Riedemann (mriedem) wrote :

As noted in the duplicated bug, the nova-consoleauth service is deprecated starting in Rocky, so you don't really need to install it if you're doing a fresh install, but you might still need it if doing an upgrade.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.