我想更新已创建端口的 vif_model。我在 CLI 中使用以下命令
neutron port-update --binding:vif_model=avp <port_id>
如何使用中子的 python apis 来实现相同的目的。我正在尝试使用 update_port() api。但不确定参数。
>>> from neutronclient.neutron import client
>>> neutron = client.Client('2.0', endpoint_url=neutron_endpoint, token=tok)
>>> help(neutron.update_port)
给出以下提示:
关于模块 neutronclient.v2_0.client 中的函数 with_params 的帮助:
with_params(*args, **kwargs)