← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1223927] Re: port-create does not respect the ip_adress chosen

 

This is not an issue, but a typo issue : ip_adress is not a valid
parameter name

quantum port-create --tenant-id 202d25dd32a54d418d59f6b01210f58d --name
new_port --fixed-ip subnet_id=75a2af5e-575f-4fec-
86f0-41b62b77e140,ip_address=10.0.0.15 --device-
id=11ed9c99-1426-4654-b3d3-40c731f88d64 prov_int1


** Changed in: neutron
     Assignee: (unassigned) => Nicolas PLANEL (nicolas-planel)

** Changed in: neutron
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1223927

Title:
  port-create does not respect the ip_adress chosen

Status in OpenStack Neutron (virtual network service):
  Invalid

Bug description:
  As you can see in the example below, the ip_address desired was
  "10.0.0.15" but the port was created using the next available IP from
  the allocation pool of that subnet:

  quantum port-create --tenant-id 202d25dd32a54d418d59f6b01210f58d --name new_port --fixed-ip subnet_id=75a2af5e-575f-4fec-86f0-41b62b77e140,ip_adress=10.0.0.15 --device-id=11ed9c99-1426-4654-b3d3-40c731f88d64 prov_int1
  Created a new port:
  +-----------------+-----------------------------------------------------------------------------------+
  | Field           | Value                                                                             |
  +-----------------+-----------------------------------------------------------------------------------+
  | admin_state_up  | True                                                                              |
  | device_id       | 11ed9c99-1426-4654-b3d3-40c731f88d64                                              |
  | device_owner    |                                                                                   |
  | fixed_ips       | {"subnet_id": "75a2af5e-575f-4fec-86f0-41b62b77e140", "ip_address": "10.0.0.104"} |
  | id              | 3a5c97a4-b745-4896-ac3b-10568ad52c3a                                              |
  | mac_address     | fa:16:3e:15:67:99                                                                 |
  | name            | new_port                                                                          |
  | network_id      | 3a2b8f6e-811c-4957-896d-c645d7200410                                              |
  | security_groups | ceca0ff6-a801-4f02-9649-61452e03becd                                              |
  | status          | DOWN                                                                              |
  | tenant_id       | 202d25dd32a54d418d59f6b01210f58d

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1223927/+subscriptions