The Create Port form is missing fixed ip input

Bug #1658961 reported by Dimitri Mazmanov
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Confirmed
Wishlist
Dimitri Mazmanov

Bug Description

When creating a port via CLI it is possible to specify the fixed ip argument:

Help text info for neutron help port-create:
  --fixed-ip subnet_id=SUBNET,ip_address=IP_ADDR
                        Desired IP and/or subnet for this port:
                        subnet_id=<name_or_id>,ip_address=<ip>. You can repeat
                        this option.

root@node1:~# neutron port-create N1 --fixed-ip ip_address=14.0.0.5
Created a new port:
+---------------------+---------------------------------------------------------------------------------+
| Field | Value |
+---------------------+---------------------------------------------------------------------------------+
| admin_state_up | True |
| binding:host_id | |
| binding:profile | {} |
| binding:vif_details | {} |
| binding:vif_type | unbound |
| binding:vnic_type | normal |
| device_id | |
| device_owner | |
| fixed_ips | {"subnet_id": "5cc9b0fa-be8c-4bc5-9f79-1325b4cf766c", "ip_address": "14.0.0.5"} |
| id | c8ae4465-39d4-4171-a07e-e30b32facba1 |
| mac_address | fa:16:3e:c9:2e:28 |
| name | |
| network_id | 5d41dcfa-b71e-4dca-8df6-3a02f603fd5e |
| status | DOWN |
| tenant_id | 915759cca11a48a8b4de4e40a9e21840 |
+---------------------+---------------------------------------------------------------------------------+

This input is missing from the Create Port form. Is it a bug or a new feature?

Changed in horizon:
assignee: nobody → Dimitri Mazmanov (sorantis)
Changed in horizon:
importance: Undecided → Wishlist
milestone: none → next
status: New → Confirmed
Akihiro Motoki (amotoki)
Changed in horizon:
milestone: next → none
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.