openstack floating ip unset: error: unrecognized arguments:

Bug #1922077 reported by David O Neill
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-neutronclient (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

In reference to Salesforce case reference number 00305135.
Customer was able to fix through horizon

dpkg --list | grep python3-neutronclient
ii python3-neutronclient 1:6.7.0-0ubuntu1 all client API library for Neutron - Python 3.x

cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.4 LTS"

openstack floating ip unset --port 18490ae0-bae4-40ed-9183-82f709af4a7e 0daa00a8-a18f-4c37-8f41-1d27488996f5
usage: openstack floating ip unset [-h] [--port] [--qos-policy]
                                   [--tag <tag> | --all-tag]
                                   <floating-ip>
openstack floating ip unset: error: unrecognized arguments: 0daa00a8-a18f-4c37-8f41-1d27488996f5

openstack port show 18490ae0-bae4-40ed-9183-82f709af4a7e -f value -c status
ACTIVE

openstack floating ip show 0daa00a8-a18f-4c37-8f41-1d27488996f5 -f value -c status
ACTIVE

Revision history for this message
Adam Dyess (addyess) wrote :

On closer inspection the docs make it clear that 'unset' doesn't need a port-id specified. This bug can be withdrawn

https://docs.openstack.org/python-openstackclient/pike/cli/command-objects/floating-ip.html
> floating ip unset¶
> Unset floating IP Properties

> openstack floating ip unset
> --port
> <floating-ip>

> --port¶
> Disassociate any port associated with the floating IP

> <floating-ip>
> Floating IP to disassociate (IP address or ID)

Changed in python-neutronclient (Ubuntu):
status: New → Invalid
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.