Import issue in nova_powervm which causes <email address hidden> service to fail in devstack
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova-powervm |
Fix Released
|
Undecided
|
Ankit Arora |
Bug Description
After installing devstack, n-cpu service does not start with PowerVM driver.
When the service log was checked using: journalctl -xea --unit <email address hidden>
The below error trace can be seen:
ERROR nova.virt.driver [None req-3bb6a98b-
May 29 01:31:47 devstack-vm2 nova-compute[
May 29 01:31:47 devstack-vm2 nova-compute[
May 29 01:31:47 devstack-vm2 nova-compute[
The above import error is due to this change in nova: https:/
We need to put the correct import for the same.
Working on this.