*** This bug is a duplicate of bug 1588663 *** https://bugs.launchpad.net/bugs/1588663
** This bug has been marked a duplicate of bug 1588663 cannot specify fixed ip when user create a port ** Changed in: horizon Milestone: next => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1658961 Title: The Create Port form is missing fixed ip input Status in OpenStack Dashboard (Horizon): Confirmed 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? To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1658961/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp