Activity log for bug #1718405

Date Who What changed Old value New value Message
2017-09-20 11:54:29 lahari bug added bug
2017-09-20 12:07:17 lahari description There is no option in horizon to select subnet and Fixed IP while creating ports According to openstack horizon design, port create form either takes a subnet or a Fixed IP According to the user docs https://docs.openstack.org/releasenotes/horizon/newton.html Port creation supports a parameter to specify subnet or fixed IP address. Which creates confusion when there are two subnets present (one ipv4 subnet and other ipv6 subnet) and user tries to provide fixed ip for a port on that network There is no option in horizon to select subnet and Fixed IP while creating ports According to openstack horizon design, port create form either takes a subnet or a Fixed IP According to the user docs https://docs.openstack.org/releasenotes/horizon/newton.html Port creation supports a parameter to specify subnet or fixed IP address. Which creates confusion when there are two subnets present (one ipv4 subnet and other ipv6 subnet) and user tries to provide fixed ip for a port on that network In CLI the following can be achieved through neutron port-create # ipv4 and ipv6 fixed ip neutron port-create --name test --fixed-ip subnet_id=dbd23w57-4330-4f9f-9483-aa23f13c4609,ip_address=10.5.0.6 --fixed-ip subnet_id=1f95844d-0c07-493e-8fb0-5e667c8d3fc5,ip_address=fdf8:f53b:82e4:0000:0000:0000:0000:0055 --device_owner=baremetal:BGW-1 --binding:host_id=BGW-123-12
2017-09-20 12:10:43 lahari summary Creation of Port with subnet and Fixed IP Cannot create port with subnet id and Fixed IP
2017-09-20 13:14:46 lahari description There is no option in horizon to select subnet and Fixed IP while creating ports According to openstack horizon design, port create form either takes a subnet or a Fixed IP According to the user docs https://docs.openstack.org/releasenotes/horizon/newton.html Port creation supports a parameter to specify subnet or fixed IP address. Which creates confusion when there are two subnets present (one ipv4 subnet and other ipv6 subnet) and user tries to provide fixed ip for a port on that network In CLI the following can be achieved through neutron port-create # ipv4 and ipv6 fixed ip neutron port-create --name test --fixed-ip subnet_id=dbd23w57-4330-4f9f-9483-aa23f13c4609,ip_address=10.5.0.6 --fixed-ip subnet_id=1f95844d-0c07-493e-8fb0-5e667c8d3fc5,ip_address=fdf8:f53b:82e4:0000:0000:0000:0000:0055 --device_owner=baremetal:BGW-1 --binding:host_id=BGW-123-12 There is no option in horizon to select two subnets and two Fixed IPs while creating ports According to openstack horizon design, port create form either takes a subnet or a Fixed IP According to the user docs https://docs.openstack.org/releasenotes/horizon/newton.html Port creation supports a parameter to specify subnet or fixed IP address. Which creates confusion when there are two subnets present (one ipv4 subnet and other ipv6 subnet) and user tries to provide fixed ip for a port on that network In CLI the following can be achieved through neutron port-create Observe that there are two fixed IPs for the port created # ipv4 and ipv6 fixed ip neutron port-create --name test --fixed-ip subnet_id=dbd23w57-4330-4f9f-9483-aa23f13c4609,ip_address=10.5.0.6 --fixed-ip subnet_id=1f95844d-0c07-493e-8fb0-5e667c8d3fc5,ip_address=fdf8:f53b:82e4:0000:0000:0000:0000:0055 --device_owner=baremetal:BGW-1 --binding:host_id=BGW-123-12
2017-09-20 13:15:17 lahari summary Cannot create port with subnet id and Fixed IP Cannot create port with multiple subnet ids and multiple Fixed IPs
2017-09-20 13:20:27 lahari description There is no option in horizon to select two subnets and two Fixed IPs while creating ports According to openstack horizon design, port create form either takes a subnet or a Fixed IP According to the user docs https://docs.openstack.org/releasenotes/horizon/newton.html Port creation supports a parameter to specify subnet or fixed IP address. Which creates confusion when there are two subnets present (one ipv4 subnet and other ipv6 subnet) and user tries to provide fixed ip for a port on that network In CLI the following can be achieved through neutron port-create Observe that there are two fixed IPs for the port created # ipv4 and ipv6 fixed ip neutron port-create --name test --fixed-ip subnet_id=dbd23w57-4330-4f9f-9483-aa23f13c4609,ip_address=10.5.0.6 --fixed-ip subnet_id=1f95844d-0c07-493e-8fb0-5e667c8d3fc5,ip_address=fdf8:f53b:82e4:0000:0000:0000:0000:0055 --device_owner=baremetal:BGW-1 --binding:host_id=BGW-123-12 There is no option in horizon to select two subnets and two Fixed IPs while creating ports Scenario: To create a single port with Ipv4 and Ipv6 subnets and fixed Ips There is no option in Horizon to specify two fixed Ips for available subnets In CLI the following can be achieved through neutron port-create Observe that there are two fixed IPs for the port created # ipv4 and ipv6 fixed ip neutron port-create --name test --fixed-ip subnet_id=dbd23w57-4330-4f9f-9483-aa23f13c4609,ip_address=10.5.0.6 --fixed-ip subnet_id=1f95844d-0c07-493e-8fb0-5e667c8d3fc5,ip_address=fdf8:f53b:82e4:0000:0000:0000:0000:0055 --device_owner=baremetal:BGW-1 --binding:host_id=BGW-123-12
2017-09-21 02:57:20 Ying Zuo horizon: status New Confirmed
2017-09-21 02:57:24 Ying Zuo horizon: importance Undecided Medium
2017-10-11 02:45:20 Ying Zuo tags neutron
2017-10-22 17:56:34 Akihiro Motoki horizon: importance Medium Wishlist