我需要读取输入的 YAML 文件并使用指定的配置(如(VCPU、磁盘、内存..))调整服务器的大小。请注意,服务器名称已存在于环境中。我已经使用 cli 命令使用 python 代码自动执行此操作。命令参考链接 https://docs.openstack.org/nova/latest/user/resize.html
但要求是通过 SDK 实现这一点。请让我知道如何通过调用openstack SDK通过python代码实现这个逻辑?
操作系统:Ubuntu 16.04
输入 Yaml:Servername1:test1 VCPU:2 磁盘:4000 内存:200
Servername2:test2 VCPU:1 磁盘:1000 内存:100