Wrong arguments for 'detach_volume' of virt driver
Bug #1768965 reported by
Takashi Natsume
This bug report is a duplicate of:
Bug #1765742: virt_driver.detach_volume rollback calls in attach_volume failures uses wrong method signature.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
In Progress
|
Undecided
|
Takashi Natsume |
Bug Description
The 'detach_volume' method is called in nova/virt/
virt_driver.
But the signature is as follows:
detach_volume(self, context, connection_info, instance, mountpoint, encryption=None)
The context is missing.
nova master (commit 0ef3c685b9d2e00
Changed in nova: | |
status: | New → In Progress |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/566152
Review: https:/