yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15312
[Bug 1308846] Re: attach_volume doesn't work in cells when api is icehouse and compute is havana
Although I cannot validate this myself, I am not surprised to see this,
in our rolling upgrade testing we didn't use cells. At this point I
don't think we can really retroactively fix this, I think the best we
can do is try to get better cells testing in the gate.
Sam, just to be clear this breaks if you use cells?
** Changed in: nova
Status: New => Won't Fix
--
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):
Won't Fix
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
References