yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01822
[Bug 1048081] Re: floatingip-create: fixed_ip_address and port_id not sent to server
** Changed in: python-quantumclient
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1048081
Title:
floatingip-create: fixed_ip_address and port_id not sent to server
Status in Python client library for Quantum:
Fix Released
Status in OpenStack Quantum (virtual network service):
Fix Released
Bug description:
The CreateFloatingIP command defines an args2body function for building the body of the request to the quantum server.
However, this method adds only the floating_network_id parameter.
This causes commands to be sent without some keyword parameters the
command supports, namely --port-id and --fixed-ip-address
The workaround is to use the command in the following way:
quantum floatingip-create <floating_network_id> -- --fixed_ip_address
<address> --port_id <port_id> (note the underscores in the parameters
names)
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-quantumclient/+bug/1048081/+subscriptions