yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13674
[Bug 1308846] [NEW] attach_volume doesn't work in cells when api is icehouse and compute is havana
Public bug reported:
This affects Havana not Icehouse
The method signature of attach_volume changed from Havana -> Icehouse
- def attach_volume(self, context, instance, volume_id, device=None):
+ def attach_volume(self, context, instance, volume_id, device=None,
+ disk_bus=None, device_type=None):
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1308846
Title:
attach_volume doesn't work in cells when api is icehouse and compute
is havana
Status in OpenStack Compute (Nova):
New
Bug description:
This affects Havana not Icehouse
The method signature of attach_volume changed from Havana -> Icehouse
- def attach_volume(self, context, instance, volume_id, device=None):
+ def attach_volume(self, context, instance, volume_id, device=None,
+ disk_bus=None, device_type=None):
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1308846/+subscriptions
Follow ups
References