floatingip-create: fixed_ip_address and port_id not sent to server

Bug #1048080 reported by Salvatore Orlando
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-neutronclient
Fix Released
Medium
Salvatore Orlando

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)

Revision history for this message
yong sheng gong (gongysh) wrote :
Changed in python-quantumclient:
status: New → Fix Committed
Changed in python-quantumclient:
milestone: none → 2.1
Changed in python-quantumclient:
status: Fix Committed → Fix Released
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.