yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #18299
[Bug 1350355] [NEW] nova-network: inconsistent parameters in deallocate_for_instance()
Public bug reported:
Client side of the network RPC API sets 'requested_networks' parameter in deallocate_for_instance() call [1]
while server side expects 'fixed_ips' parameter [2]
[1] https://github.com/openstack/nova/blob/master/nova/network/rpcapi.py#L183
[2] https://github.com/openstack/nova/blob/master/nova/network/manager.py#L555
** Affects: nova
Importance: Undecided
Assignee: Oleg Bondarev (obondarev)
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/1350355
Title:
nova-network: inconsistent parameters in deallocate_for_instance()
Status in OpenStack Compute (Nova):
New
Bug description:
Client side of the network RPC API sets 'requested_networks' parameter in deallocate_for_instance() call [1]
while server side expects 'fixed_ips' parameter [2]
[1] https://github.com/openstack/nova/blob/master/nova/network/rpcapi.py#L183
[2] https://github.com/openstack/nova/blob/master/nova/network/manager.py#L555
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1350355/+subscriptions
Follow ups
References