chen@controller:~$ nova
usage: nova [--version] [--debug] [--os-cache] [--timings]
            [--timeout <seconds>] [--os-auth-token OS_AUTH_TOKEN]
            [--os-username <auth-user-name>] [--os-password <auth-password>]
            [--os-tenant-name <auth-tenant-name>]
            [--os-tenant-id <auth-tenant-id>] [--os-auth-url <auth-url>]
            [--os-region-name <region-name>] [--os-auth-system <auth-system>]
            [--service-type <service-type>] [--service-name <service-name>]
            [--volume-service-name <volume-service-name>]
            [--endpoint-type <endpoint-type>]
            [--os-compute-api-version <compute-api-ver>]
            [--os-cacert <ca-certificate>] [--insecure]
            [--bypass-url <bypass-url>]
            <subcommand> ...
 
Command-line interface to the OpenStack Nova API.
 
Positional arguments:
  <subcommand>
    absolute-limits Print a list of absolute limits for a user
    add-fixed-ip Add new IP address on a network to server.
    add-floating-ip DEPRECATED, use floating-ip-associate instead.
    add-secgroup Add a Security Group to a server.
    agent-create Create new agent build.
    agent-delete Delete existing agent build.
    agent-list List all builds.
    agent-modify Modify existing agent build.
    aggregate-add-host Add the host to the specified aggregate.
    aggregate-create Create a new aggregate with the specified details.
    aggregate-delete Delete the aggregate.
    aggregate-details Show details of the specified aggregate.
    aggregate-list Print a list of all aggregates.
    aggregate-remove-host
                        Remove the specified host from the specified
                        aggregate.
    aggregate-set-metadata
                        Update the metadata associated with the aggregate.
    aggregate-update Update the aggregate's name and optionally
                        availability zone.
    availability-zone-list
                        List all the availability zones.
    backup Backup a server by creating a 'backup' type snapshot.
    boot Boot a new server.
    clear-password Clear password for a server.
    cloudpipe-configure
                        Update the VPN IP/port of a cloudpipe instance.
    cloudpipe-create Create a cloudpipe instance for the given project.
    cloudpipe-list Print a list of all cloudpipe instances.
    console-log Get console log output of a server.
    credentials Show user credentials returned from auth.
    delete Immediately shut down and delete specified server(s).
    diagnostics Retrieve server diagnostics.
    dns-create Create a DNS entry for domain, name and ip.
    dns-create-private-domain
                        Create the specified DNS domain.
    dns-create-public-domain
                        Create the specified DNS domain.
    dns-delete Delete the specified DNS entry.
    dns-delete-domain Delete the specified DNS domain.
    dns-domains Print a list of available dns domains.
    dns-list List current DNS entries for domain and ip or domain
                        and name.
    endpoints Discover endpoints that get returned from the
                        authenticate services.
    evacuate Evacuate server from failed host to specified one.
    fixed-ip-get Retrieve info on a fixed ip.
    fixed-ip-reserve Reserve a fixed IP.
    fixed-ip-unreserve Unreserve a fixed IP.
    flavor-access-add Add flavor access for the given tenant.
    flavor-access-list Print access information about the given flavor.
    flavor-access-remove
                        Remove flavor access for the given tenant.
    flavor-create Create a new flavor
    flavor-delete Delete a specific flavor
    flavor-key Set or unset extra_spec for a flavor.
    flavor-list Print a list of available 'flavors' (sizes of
                        servers).
    flavor-show Show details about the given flavor.
    floating-ip-associate
                        Associate a floating IP address to a server.
    floating-ip-bulk-create
                        Bulk create floating ips by range.
    floating-ip-bulk-delete
                        Bulk delete floating ips by range.
    floating-ip-bulk-list
                        List all floating ips.
    floating-ip-create Allocate a floating IP for the current tenant.
    floating-ip-delete De-allocate a floating IP.
    floating-ip-disassociate
                        Disassociate a floating IP address from a server.
    floating-ip-list List floating ips for this tenant.
    floating-ip-pool-list
                        List all floating ip pools.
    get-password Get password for a server.
    get-rdp-console Get a rdp console to a server.
    get-spice-console Get a spice console to a server.
    get-vnc-console Get a vnc console to a server.
    host-action Perform a power action on a host.
    host-describe Describe a specific host.
    host-list List all hosts by service.
    host-update Update host settings.
    hypervisor-list List hypervisors.
    hypervisor-servers List servers belonging to specific hypervisors.
    hypervisor-show Display the details of the specified hypervisor.
    hypervisor-stats Get hypervisor statistics over all compute nodes.
    hypervisor-uptime Display the uptime of the specified hypervisor.
    image-create Create a new image by taking a snapshot of a running
                        server.
    image-delete Delete specified image(s).
    image-list Print a list of available images to boot from.
    image-meta Set or Delete metadata on an image.
    image-show Show details about the given image.
    interface-attach Attach a network interface to a server.
    interface-detach Detach a network interface from a server.
    interface-list List interfaces attached to a server.
    keypair-add Create a new key pair for use with servers.
    keypair-delete Delete keypair given by its name.
    keypair-list Print a list of keypairs for a user
    keypair-show Show details about the given keypair.
    list List active servers.
    list-secgroup List Security Group(s) of a server.
    live-migration Migrate running server to a new machine.
    lock Lock a server.
    meta Set or Delete metadata on a server.
    migrate Migrate a server. The new host will be selected by the
                        scheduler.
    network-associate-host
                        Associate host with network.
    network-associate-project
                        Associate project with network.
    network-create Create a network.
    network-disassociate
                        Disassociate host and/or project from the given
                        network.
    network-list Print a list of available networks.
    network-show Show details about the given network.
    pause Pause a server.
    quota-class-show List the quotas for a quota class.
    quota-class-update Update the quotas for a quota class.
    quota-defaults List the default quotas for a tenant.
    quota-delete Delete quota for a tenant/user so their quota will
                        Revert back to default.
    quota-show List the quotas for a tenant/user.
    quota-update Update the quotas for a tenant/user.
    rate-limits Print a list of rate limits for a user
    reboot Reboot a server.
    rebuild Shutdown, re-image, and re-boot a server.
    refresh-network Refresh server network information.
    remove-fixed-ip Remove an IP address from a server.
    remove-floating-ip DEPRECATED, use floating-ip-disassociate instead.
    remove-secgroup Remove a Security Group from a server.
    rename Rename a server.
    rescue Rescue a server.
    reset-network Reset network of a server.
    reset-state Reset the state of a server.
    resize Resize a server.
    resize-confirm Confirm a previous resize.
    resize-revert Revert a previous resize (and return to the previous
                        VM).
    resume Resume a server.
    root-password Change the root password for a server.
    scrub Delete data associated with the project.
    secgroup-add-group-rule
                        Add a source group rule to a security group.
    secgroup-add-rule Add a rule to a security group.
    secgroup-create Create a security group.
    secgroup-delete Delete a security group.
    secgroup-delete-group-rule
                        Delete a source group rule from a security group.
    secgroup-delete-rule
                        Delete a rule from a security group.
    secgroup-list List security groups for the current tenant.
    secgroup-list-rules
                        List rules for a security group.
    secgroup-update Update a security group.
    service-disable Disable the service.
    service-enable Enable the service.
    service-list Show a list of all running services. Filter by host &
                        binary.
    shelve Shelve a server.
    shelve-offload Remove a shelved server from the compute node.
    show Show details about the given server.
    ssh SSH into a server.
    start Start a server.
    stop Stop a server.
    suspend Suspend a server.
    unlock Unlock a server.
    unpause Unpause a server.
    unrescue Unrescue a server.
    unshelve Unshelve a server.
    usage Show usage data for a single tenant.
    usage-list List usage data for all tenants.
    volume-attach Attach a volume to a server.
    volume-create Add a new volume.
    volume-delete Remove volume(s).
    volume-detach Detach a volume from a server.
    volume-list List all the volumes.
    volume-show Show details about a volume.
    volume-snapshot-create
                        Add a new snapshot.
    volume-snapshot-delete
                        Remove a snapshot.
    volume-snapshot-list
                        List all the snapshots.
    volume-snapshot-show
                        Show details about a snapshot.
    volume-type-create Create a new volume type.
    volume-type-delete Delete a specific flavor
    volume-type-list Print a list of available 'volume types'.
    volume-update Update volume attachment.
    x509-create-cert Create x509 cert for a user in tenant.
    x509-get-root-cert Fetch the x509 root cert.
    bash-completion Prints all of the commands and options to stdout so
                        that the nova.bash_completion script doesn't have to
                        hard code them.
    help Display help about this program or one of its
                        subcommands.
    migration-list Print a list of migrations.
    host-evacuate Evacuate all instances from failed host to specified
                        one.
    net Show a network
    net-create Create a network
    net-delete Delete a network
    net-list List networks
    host-servers-migrate
                        Migrate all instances of the specified host to other
                        available hosts.
    force-delete Force delete a server.
    restore Restore a soft-deleted server.
    list-extensions List all the os-api extensions that are available.
    host-meta Set or Delete metadata on all instances of a host.
    cell-capacities Get cell capacities for all cells or a given cell.
    cell-show Show details of a given cell.
    baremetal-interface-add
                        Add a network interface to a baremetal node.
    baremetal-interface-list
                        List network interfaces associated with a baremetal
                        node.
    baremetal-interface-remove
                        Remove a network interface from a baremetal node.
    baremetal-node-create
                        Create a baremetal node.
    baremetal-node-delete
                        Remove a baremetal node and any associated interfaces.
    baremetal-node-list
                        Print list of available baremetal nodes.
    baremetal-node-show
                        Show information about a baremetal node.
    instance-action Show an action.
    instance-action-list
                        List actions on a server.
 
Optional arguments:
  --version show program's version number and exit
  --debug Print debugging output
  --os-cache Use the auth token cache. Defaults to False if
                        env[OS_CACHE] is not set.
  --timings Print call timing info
  --timeout <seconds> Set HTTP call timeout (in seconds)
  --os-auth-token OS_AUTH_TOKEN
                        Defaults to env[OS_AUTH_TOKEN]
  --os-username <auth-user-name>
                        Defaults to env[OS_USERNAME].
  --os-password <auth-password>
                        Defaults to env[OS_PASSWORD].
  --os-tenant-name <auth-tenant-name>
                        Defaults to env[OS_TENANT_NAME].
  --os-tenant-id <auth-tenant-id>
                        Defaults to env[OS_TENANT_ID].
  --os-auth-url <auth-url>
                        Defaults to env[OS_AUTH_URL].
  --os-region-name <region-name>
                        Defaults to env[OS_REGION_NAME].
  --os-auth-system <auth-system>
                        Defaults to env[OS_AUTH_SYSTEM].
  --service-type <service-type>
                        Defaults to compute for most actions
  --service-name <service-name>
                        Defaults to env[NOVA_SERVICE_NAME]
  --volume-service-name <volume-service-name>
                        Defaults to env[NOVA_VOLUME_SERVICE_NAME]
  --endpoint-type <endpoint-type>
                        Defaults to env[NOVA_ENDPOINT_TYPE] or publicURL.
  --os-compute-api-version <compute-api-ver>
                        Accepts 1.1 or 3, defaults to
                        env[OS_COMPUTE_API_VERSION].
  --os-cacert <ca-certificate>
                        Specify a CA bundle file to use in verifying a TLS
                        (https) server certificate. Defaults to env[OS_CACERT]
  --insecure Explicitly allow novaclient to perform "insecure" SSL
                        (https) requests. The server's certificate will not be
                        verified against any certificate authorities. This
                        option should be used with caution.
  --bypass-url <bypass-url>
                        Use this API endpoint instead of the Service Catalog
 
See "nova help COMMAND" for help on a specific command.

nova的更多相关文章

  1. Nova PhoneGap框架 第一章 前言

    Nova PhoneGap Framework诞生于2012年11月,从第一个版本的发布到现在,这个框架经历了多个项目的考验.一直以来我们也持续更新这个框架,使其不断完善.到现在,这个框架已比较稳定了 ...

  2. Nova PhoneGap框架 总结

    Nova PhoneGap Framework 是完全针对PhoneGap应用程序量身定做的,在这个框架下开发的应用程序很容易实现高质量的代码,很容易让程序拥有很好的性能和用户体验. 在经历了多个项目 ...

  3. nova instance出错:"message": "Proxy error: 502 Read from server failed

    执行 $ nova resize instance1 时候出错: {, "details": " File \"/opt/stack/nova/nova/com ...

  4. Nova PhoneGap框架 第二章 理解index.html

    跟绝大多数PhoneGap程序一样,Index.html是程序的入口.这个页面应该完成应用程序的初始化工作. 首先,让我们来看看这个页面通常都长什么样子: 下面我将一一解释这个页面都做了哪些初始化工作 ...

  5. Nova PhoneGap框架 第三章 页面

    页面在项目架构中是一个很重要的概念,它让我们能够将一个功能复杂的项目拆分成一个一个功能比较独立的小区域,这极大的提高了代码的可读性和可维护性. 在我们这个框架中,一个页面由JS和HTML两部分组成,首 ...

  6. Nova PhoneGap框架 第四章 本地数据库

    我一直想把EntityFramework(简称EF)的那一套搬过来,应用于HTML5 SQLite. 幸运的是,我几乎做到了,有些功能无法完成的那是因为SQLite本身不支持.至少从现在已经完成的功能 ...

  7. Nova PhoneGap框架 第七章 设备事件处理

    我们的框架包含了几种设备事件的处理,目的是为了让我们的程序员更容易的完成代码.这些事件包括:回退键(Android)和横竖屏切换事件. 7.1 Android回退键 首先来说说回退键的事件处理.当用户 ...

  8. Nova PhoneGap框架 第八章 滚动条

    你可能会疑惑为什么滚动条这么常见的功能会在这里单独列出,但如果你有过PhoneGap开发经验的话,你就会发现要在Android 2.3 里面实现滚动条那真不是一件容易的事. 8.1 概述 目前主流的P ...

  9. Nova PhoneGap框架 第九章 控件

    我们的框架中也提供了一些常用的控件,这些控件大多都依赖于我们的框架,也正是在我们的框架下才使得实现这些控件的变得更简单.但是我们的框架是不依赖与这些控件的,如果你用不上这些控件,你完全可以把相关的代码 ...

  10. 理解 Nova 架构 - 每天5分钟玩转 OpenStack(23)

    Compute Service Nova 是 OpenStack 最核心的服务,负责维护和管理云环境的计算资源. OpenStack 作为 IaaS 的云操作系统,虚拟机生命周期管理也就是通过 Nov ...

随机推荐

  1. Java for LeetCode 075 Sort Colors

    Given an array with n objects colored red, white or blue, sort them so that objects of the same colo ...

  2. hdu 1425 sort 解题报告

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1425 常规的方法是对输入的数从大到小进行排序(可以用sort或qsort),然后输出前m大的数. 不过 ...

  3. tomcat下不用项目名直接访问项目

    把tomcat下的项目名称改为ROOT,访问项目的时候,不用输入项目名称,输入地址,如192.168.182.100:8080即可.

  4. mysql 超级管理员

    mysql> grant all privileges on *.* to 'master'@'%' identified by '3306' with grant option; Query ...

  5. android 布局中 layout_gravity、gravity、orientation、layout_weight【转】

    线性布局中,有 4 个及其重要的参数,直接决定元素的布局和位置,这四个参数是 android:layout_gravity ( 是本元素相对于父元素的重力方向 ) android:gravity (是 ...

  6. visible,invisible,gone区别

    在Android开发中,大部分控件都有visibility这个属性,其属性有3个分别为“visible ”.“invisible”.“gone”.主要用来设置控制控件的显示和隐藏.有些人可能会疑惑In ...

  7. Grunt上手指南<转>

    原文链接:http://www.hulufei.com/post/grunt-introduction 安装 如果之前有装过grunt,卸载之 npm uninstall -g grunt 安装gru ...

  8. Open Xml SDK 引文

    什么是Open Xml SDK? 什么是Open Xml? 首先,我们得知道,Open Xml为何物? 我们还是给她起个名字——就叫 “开放Xml”,以方便我们中文的阅读习惯.之所以起开放这个名字,因 ...

  9. ps怎么把白色背景变透明

  10. Codeforces 498C Array and Operations(最大流)

    题目是给一些数和<数对>的下标,然后进行操作:对某个<数对>中的两个数同时除以一个都能被它们整除且不等于1的数,要求的就是最多能进行多少次操作. 除数一定是素数,就是要决定某素 ...