← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1801621] [NEW] Install and configure controller node for Red Hat Enterprise Linux and CentOS in nova

 

Public bug reported:


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
)

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1801621

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

Status in OpenStack Compute (nova):
  New

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 )

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1801621/+subscriptions