yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #81013
[Bug 1856726] [NEW] IpamBackendMixin._gateway_ip_str is not reading correctly the subnet IP version
Public bug reported:
The "subnet" parameter passed to this function comes from the API
request to the plugin to create a subnet. The "subnet" parameter is a
dictionary based on the DB model. In this DB model, the IP version
parameter is called "ip_version", instead of "version" [1].
[1]
https://github.com/openstack/neutron/blob/master/neutron/db/ipam_backend_mixin.py#L59
** Affects: neutron
Importance: Undecided
Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1856726
Title:
IpamBackendMixin._gateway_ip_str is not reading correctly the subnet
IP version
Status in neutron:
New
Bug description:
The "subnet" parameter passed to this function comes from the API
request to the plugin to create a subnet. The "subnet" parameter is a
dictionary based on the DB model. In this DB model, the IP version
parameter is called "ip_version", instead of "version" [1].
[1]
https://github.com/openstack/neutron/blob/master/neutron/db/ipam_backend_mixin.py#L59
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1856726/+subscriptions
Follow ups