zoukankan      html  css  js  c++  java
  • openstack 创建实例报错 **aborted: Failed to allocate the network(s), not rescheduling

    消息 Build of instance 6320b5f2-edc2-4e8e-b07c-0047f7ed8f6a aborted: Failed to allocate the network(s), not rescheduling.
    编码 500
    详情 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2143, in _do_build_and_run_instance filter_properties, request_spec) File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2485, in _build_and_run_instance reason=msg) BuildAbortException: Build of instance 6320b5f2-edc2-4e8e-b07c-0047f7ed8f6a aborted: Failed to allocate the network(s), not rescheduling.

    解决方法:

    在nova的计算节点修改 /etc/nova/nova.conf

    # Determine if instance should boot or fail on VIF plugging timeout. For more
    # information, refer to the documentation. (boolean value)
    vif_plugging_is_fatal=false

    # Timeout for Neutron VIF plugging event message arrival. For more information,
    # refer to the documentation. (integer value)
    # Minimum value: 0
    vif_plugging_timeout=0

  • 相关阅读:
    5-4 链表的天然递归结构性质
    java8 Optional 解析
    [leetcode] Unique Binary Search Trees
    [leetcode] Anagrams
    [leetcode] Valid Number
    构造素数表2
    构造素数表1
    整型所占字节
    习题7-8 字符串转换成十进制整数
    习题7-7 字符串替换
  • 原文地址:https://www.cnblogs.com/omgasw/p/12023433.html
Copyright © 2011-2022 走看看