Enable Nova Debug Logging on Compute Host

Problem

How can I enable debug mode for Nova logging on a compute host?

Environment

  • Platform9 Managed OpenStack - All Versions

  • Nova

Procedure

  1. Locate and open the required Nova service configuration file in /opt/pf9/etc/nova/conf.d directory.

  2. Set the value for the debug parameter to True in [DEFAULT] section.

[DEFAULT]debug = True
  1. Restart the pf9-ostackhost service.

# systemctl restart pf9-ostackhost.service

Last updated