Cannot create port with multiple subnet ids and multiple Fixed IPs

Bug #1718405 reported by lahari
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Confirmed
Wishlist
Unassigned

Bug Description

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

Tags: neutron
description: updated
summary: - Creation of Port with subnet and Fixed IP
+ Cannot create port with subnet id and Fixed IP
description: updated
summary: - Cannot create port with subnet id and Fixed IP
+ Cannot create port with multiple subnet ids and multiple Fixed IPs
description: updated
Ying Zuo (yingzuo)
Changed in horizon:
status: New → Confirmed
importance: Undecided → Medium
Ying Zuo (yingzuo)
tags: added: neutron
Revision history for this message
Akihiro Motoki (amotoki) wrote :

It requires a lot of efforts in the current horizon implementation.

bug 1568809 requests a feature to add a new fixed IP to an existing port. This might satisfy the demand of this bug to some extent. To me, bug 1568809 should have higher priority over this one.
Considering this situation, I am moving the priority from Medium to Wishlist.

If someone is interested in implementing this, feel free to try it.

Changed in horizon:
importance: Medium → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.