Bug 1889498 - Can't unset port floating ip association
Summary: Can't unset port floating ip association
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-openstackclient
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Dan Radez
QA Contact: nlevinki
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-10-19 19:06 UTC by Dan Radez
Modified: 2020-10-21 13:58 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-21 13:58:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Dan Radez 2020-10-19 19:06:31 UTC
Description of problem:
openstack floating ip unset won't work by passing a port

$ openstack floating ip unset  29a25d49-37c6-47b8-b7b7-9894eabe127c --port b78a7ccd-20f4-4346-a608-0ba8b88cb4a2
usage: openstack floating ip unset [-h] [--port] [--qos-policy]
                                   [--tag <tag> | --all-tag]
                                   <floating-ip>
openstack floating ip unset: error: unrecognized arguments: b78a7ccd-20f4-4346-a608-0ba8b88cb4a2

$ openstack floating ip unset --port b78a7ccd-20f4-4346-a608-0ba8b88cb4a2 29a25d49-37c6-47b8-b7b7-9894eabe127c
usage: openstack floating ip unset [-h] [--port] [--qos-policy]
                                   [--tag <tag> | --all-tag]
                                   <floating-ip>
openstack floating ip unset: error: unrecognized arguments: 29a25d49-37c6-47b8-b7b7-9894eabe127c





Expected results:
fixed ip association cleared

Comment 1 Dan Radez 2020-10-21 13:58:41 UTC
Read the help wrong.
Port doesn't take an argument.


Note You need to log in before you can comment on or make changes to this bug.