Fuel bootstrap building is broken due to absence of oslo_log module
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Critical
|
Alexander Gordeev |
Bug Description
Fuel bootstrap building is broken due to absence of oslo_log module.
Attempt to build the Ubuntu bootstrap fails with the message
====
[root@fuel ~]# fuel-bootstrap build
Traceback (most recent call last):
File "/usr/bin/
sys.exit(main())
File "/usr/lib/
return FuelBootstrap(
File "/usr/lib/
result = self.run_
File "/usr/lib/
subcommand = self.command_
File "/usr/lib/
cmd_factory = cmd_ep.resolve()
File "/usr/lib/
module = __import_
File "/usr/lib/
from fuel_bootstrap.
File "/usr/lib/
from fuel_agent import manager
File "/usr/lib/
from fuel_agent.utils import artifact as au
File "/usr/lib/
from fuel_agent.utils import utils
File "/usr/lib/
from oslo_log import log as logging
ImportError: No module named oslo_log
====
Changed in fuel: | |
status: | New → In Progress |
The very most plausible reason of the fault is the commit /github. com/openstack/ fuel-agent/ commit/ 6966bed353dbce1 5d2852789d75bda 4abde0c73c
https:/