gpt4 book ai didi

python - Openstack 中子 : How to update port vif-model using update_port() api

转载 作者:太空宇宙 更新时间:2023-11-04 05:47:44 31 4
gpt4 key购买 nike

我想更新已创建端口的 vif_model。我在 CLI 中使用以下命令

neutron port-update --binding:vif_model=avp <port_id>

如何使用 neutron 的 python api 实现相同的目的。我正在尝试使用 update_port() api。但不确定参数。

>>> from neutronclient.neutron import client
>>> neutron = client.Client('2.0', endpoint_url=neutron_endpoint, token=tok)
>>> help(neutron.update_port)

给出以下提示:

Help on function with_params in module neutronclient.v2_0.client:

with_params(*args, **kwargs)

最佳答案

我查看了 Nova source 中通常如何使用 update_port 调用的示例,看起来您会这样调用它:

client.update_port('1fe691a6-f3a0-4586-b126-9fabb11e962a',
{'port':
{'binding:vif_type': 'avp'}})

关于python - Openstack 中子 : How to update port vif-model using update_port() api,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31537390/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com