Cannot create port with multiple subnet ids and multiple Fixed IPs
Bug #1718405 reported by
lahari
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_
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 |
Changed in horizon: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
tags: | added: neutron |
To post a comment you must log in.
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.