zoukankan      html  css  js  c++  java
  • nova rebuild

    nova rebuild

    usage: nova rebuild [--rebuild-password <rebuild-password>] [--poll]
                        [--minimal] [--preserve-ephemeral] [--name <name>]
                        [--description <description>] [--meta <key=value>]
                        [--file <dst-path=src-path>]
                        <server> <image>
    

    Shutdown, re-image, and re-boot a server.

    Positional arguments:

    <server>
    Name or ID of server.
    <image>
    Name or ID of new image.

    Optional arguments:

    --rebuild-password <rebuild-password>
    Set the provided admin password on the rebuilt server.
    --poll
    Report the server rebuild progress until it completes.
    --minimal
    Skips flavor/image lookups when showing servers.
    --preserve-ephemeral
    Preserve the default ephemeral storage partition on rebuild.
    --name <name>
    Name for the new server.
    --description <description>
    New description for the server. (Supported by API versions ‘2.19’ - ‘2.latest’)
    --meta <key=value>
    Record arbitrary key/value metadata to /meta_data.json on the metadata server. Can be specified multiple times.
    --file <dst-path=src-path>
    Store arbitrary files from <src-path> locally to <dst-path> on the new server. You may store up to 5 files.

     http://docs.openstack.org/cli-reference/nova.html

     
  • 相关阅读:
    java @param参数注解
    java 泛型类
    HttpServletRequestWrapper的使用
    java工具类系列 (四.SerializationUtils)
    spring aop通过joinpoint传递参数
    java retention注解
    stringUtils是apache下的Java jar补充包
    slf4j日志系统
    支付宝支付接口开发
    wifi定位原理
  • 原文地址:https://www.cnblogs.com/allcloud/p/5534394.html
Copyright © 2011-2022 走看看