Public bug reported:

Ubuntu Precise in the XCP Paravirtualized VM and OpenStack Grizzly from
Ubuntu Cloud Archive

The package nova-compute-xcp does not contain the file /etc/nova/nova-
compute.conf

This results to nova-compute being unable to run because the upstart script 
/etc/init/nova-compute.conf tries to start nova-compute with the following 
command:
exec start-stop-daemon --start --chuid nova --exec /usr/bin/nova-compute -- 
--config-file=/etc/nova/nova.conf --config-file=/etc/nova/nova-compute.conf

No error is logged so it is a bit hard to track down the cause of the problem. 
If one runs manually nova-compute, the error is obvious:

# /usr/bin/nova-compute --config-file=/etc/nova/nova.conf 
--config-file=/etc/nova/nova-compute.conf
Traceback (most recent call last):
  File "/usr/bin/nova-compute", line 74, in <module>
    config.parse_args(sys.argv)
  File "/usr/lib/python2.7/dist-packages/nova/config.py", line 37, in parse_args
    default_config_files=default_config_files)
  File "/usr/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1180, in 
__call__
    self._parse_config_files()
  File "/usr/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1655, in 
_parse_config_files
    raise ConfigFilesNotFoundError(not_read_ok)
oslo.config.cfg.ConfigFilesNotFoundError: Failed to read some config files: 
/etc/nova/nova-compute.conf

** Affects: nova (Ubuntu)
     Importance: Undecided
         Status: New

** Package changed: ubuntu => nova (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199791

Title:
  nova-compute-xcp misses nova-compute.conf

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to