摘要:
VimFaultException A specified parameter was not correct configSpec.guestId 在对接VMware的环境中创建虚拟机报错 查看错误日志,发现是参数错误,看了镜像的信息,发现应该是系统类型写的不对 查看官方文档,发现并没有other 阅读全文
摘要:
did not finish being created even after we waited 189 seconds or 61 attempts. And its status is downloading 问题 在OpenStack里尝试从Image里启动一个实例时,选择创建新卷,创建实例 阅读全文
摘要:
AttributeError type object 'deprecated' has no attribute 'ROCKY' 在使用kolla安装docker的时候遇到了AttributeError type object 'deprecated' has no attribute 'ROCKY 阅读全文
摘要:
neutron 删除负载均衡器 在清除垃圾数据的时候,删除负载均衡器,总是有很多依赖。写了一个脚本,连同依赖资源一起删除 sh !/bin/bash delete(){ local id id=$1 local listener_id local pool_id local member_id lo 阅读全文