Python OpenStackClient - interface_attach() takes exactly 5 arguments (4 given)
Hello, whenever using the Python OpenStackClient for Windows on port changes, I am getting the following error:
(openstack) server add fixed ip '<server_id>' '<network_id>'
interface_attach() takes exactly 5 arguments (4 given)
Perhaps a version mismatch of some library. The debug option might give you clues what library that might be.
Or simply a bug.