在使用OpenStack Icehouse启动一个新实例时,我在nova计算日志中遇到了以下错误:
"AgentError: Error during following call to agent:
['ovs-vsctl', '--timeout=120', 'del-port', 'br-int', u'qvoe75657b1-b5']\n"]所选图像是Ubuntu信任的Tahr。我怎么才能解决这个问题?
发布于 2014-06-14 10:54:49
如此错误报告https://bugs.launchpad.net/nova/+bug/1326566所示,所选的风味磁盘太小了。
在选择了m1.small型的口味之后,一切都进行得很顺利
https://serverfault.com/questions/605131
复制相似问题