Advertisement
Guest User

openstack help

a guest
Jul 27th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.34 KB | None | 0 0
  1. $ openstack --help
  2. usage: openstack [--version] [-v] [--log-file LOG_FILE] [-q] [-h] [--debug]
  3.                  [--os-cloud <cloud-config-name>]
  4.                  [--os-region-name <auth-region-name>]
  5.                  [--os-cacert <ca-bundle-file>] [--verify | --insecure]
  6.                  [--os-default-domain <auth-domain>] [--timing]
  7.                  [--os-compute-api-version <compute-api-version>]
  8.                  [--os-network-api-version <network-api-version>]
  9.                  [--os-image-api-version <image-api-version>]
  10.                  [--os-volume-api-version <volume-api-version>]
  11.                  [--os-identity-api-version <identity-api-version>]
  12.                  [--os-auth-type <auth-type>] [--os-username <auth-username>]
  13.                  [--os-project-domain-name <auth-project-domain-name>]
  14.                  [--os-project-domain-id <auth-project-domain-id>]
  15.                  [--os-project-name <auth-project-name>]
  16.                  [--os-auth-url <auth-auth-url>]
  17.                  [--os-trust-id <auth-trust-id>]
  18.                  [--os-user-domain-id <auth-user-domain-id>]
  19.                  [--os-url <auth-url>] [--os-token <auth-token>]
  20.                  [--os-domain-name <auth-domain-name>]
  21.                  [--os-user-domain-name <auth-user-domain-name>]
  22.                  [--os-domain-id <auth-domain-id>]
  23.                  [--os-user-id <auth-user-id>] [--os-password <auth-password>]
  24.                  [--os-endpoint <auth-endpoint>]
  25.                  [--os-project-id <auth-project-id>]
  26.                  [--os-object-api-version <object-api-version>]
  27.                  [--os-key-manager-api-version <key-manager-api-version>]
  28.  
  29. Command-line interface to the OpenStack APIs
  30.  
  31. optional arguments:
  32.   --version             show program's version number and exit
  33.  -v, --verbose         Increase verbosity of output. Can be repeated.
  34.  --log-file LOG_FILE   Specify a file to log output. Disabled by default.
  35.  -q, --quiet           suppress output except warnings and errors
  36.  -h, --help            show this help message and exit
  37.  --debug               show tracebacks on errors
  38.  --os-cloud <cloud-config-name>
  39.                        Cloud name in clouds.yaml (Env: OS_CLOUD)
  40.  --os-region-name <auth-region-name>
  41.                        Authentication region name (Env: OS_REGION_NAME)
  42.  --os-cacert <ca-bundle-file>
  43.                        CA certificate bundle file (Env: OS_CACERT)
  44.  --verify              Verify server certificate (default)
  45.  --insecure            Disable server certificate verification
  46.  --os-default-domain <auth-domain>
  47.                        Default domain ID, default=default (Env:
  48.                        OS_DEFAULT_DOMAIN)
  49.  --timing              Print API call timing info
  50.  --os-compute-api-version <compute-api-version>
  51.                        Compute API version, default=2 (Env:
  52.                        OS_COMPUTE_API_VERSION)
  53.  --os-network-api-version <network-api-version>
  54.                        Network API version, default=2 (Env:
  55.                        OS_NETWORK_API_VERSION)
  56.  --os-image-api-version <image-api-version>
  57.                        Image API version, default=1 (Env:
  58.                        OS_IMAGE_API_VERSION)
  59.  --os-volume-api-version <volume-api-version>
  60.                        Volume API version, default=1 (Env:
  61.                        OS_VOLUME_API_VERSION)
  62.  --os-identity-api-version <identity-api-version>
  63.                        Identity API version, default=2 (Env:
  64.                        OS_IDENTITY_API_VERSION)
  65.  --os-auth-type <auth-type>
  66.                        Select an auhentication type. Available types:
  67.                        osc_password, token_endpoint, v2token, v2password,
  68.                        v3password, token, v3token, password. Default:
  69.                        selected based on --os-username/--os-token (Env:
  70.                        OS_AUTH_TYPE)
  71.  --os-username <auth-username>
  72.                        With osc_password: Username With v2password: Username
  73.                        to login with With v3password: Username With password:
  74.                        Username (Env: OS_USERNAME)
  75.  --os-project-domain-name <auth-project-domain-name>
  76.                        With osc_password: Domain name containing project With
  77.                        v3password: Domain name containing project With token:
  78.                        Domain name containing project With v3token: Domain
  79.                        name containing project With password: Domain name
  80.                        containing project (Env: OS_PROJECT_DOMAIN_NAME)
  81.  --os-project-domain-id <auth-project-domain-id>
  82.                        With osc_password: Domain ID containing project With
  83.                        v3password: Domain ID containing project With token:
  84.                        Domain ID containing project With v3token: Domain ID
  85.                        containing project With password: Domain ID containing
  86.                        project (Env: OS_PROJECT_DOMAIN_ID)
  87.  --os-project-name <auth-project-name>
  88.                        With osc_password: Project name to scope to With
  89.                        v3password: Project name to scope to With token:
  90.                        Project name to scope to With v3token: Project name to
  91.                        scope to With password: Project name to scope to (Env:
  92.                        OS_PROJECT_NAME)
  93.  --os-auth-url <auth-auth-url>
  94.                        With osc_password: Authentication URL With v2token:
  95.                        Authentication URL With v2password: Authentication URL
  96.                        With v3password: Authentication URL With token:
  97.                        Authentication URL With v3token: Authentication URL
  98.                        With password: Authentication URL (Env: OS_AUTH_URL)
  99.  --os-trust-id <auth-trust-id>
  100.                        With osc_password: Trust ID With v2token: Trust ID
  101.                        With v2password: Trust ID With v3password: Trust ID
  102.                        With token: Trust ID With v3token: Trust ID With
  103.                        password: Trust ID (Env: OS_TRUST_ID)
  104.  --os-user-domain-id <auth-user-domain-id>
  105.                        With osc_password: User's domain id With v3password:
  106.                         User's domain id With password: User's domain id (Env:
  107.                         OS_USER_DOMAIN_ID)
  108.   --os-url <auth-url>   With token_endpoint: Specific service endpoint to use
  109.                         (Env: OS_URL)
  110.   --os-token <auth-token>
  111.                         With token_endpoint: The token that will always be
  112.                         used With token_endpoint: Authentication token to use
  113.                         With v2token: Token With token: Token to authenticate
  114.                         with With v3token: Token to authenticate with (Env:
  115.                         OS_TOKEN)
  116.   --os-domain-name <auth-domain-name>
  117.                         With osc_password: Domain name to scope to With
  118.                         v3password: Domain name to scope to With token: Domain
  119.                         name to scope to With v3token: Domain name to scope to
  120.                         With password: Domain name to scope to (Env:
  121.                         OS_DOMAIN_NAME)
  122.   --os-user-domain-name <auth-user-domain-name>
  123.                         With osc_password: User's domain name With v3password:
  124.                        User's domain name With password: User's domain name
  125.                        (Env: OS_USER_DOMAIN_NAME)
  126.  --os-domain-id <auth-domain-id>
  127.                        With osc_password: Domain ID to scope to With
  128.                        v3password: Domain ID to scope to With token: Domain
  129.                        ID to scope to With v3token: Domain ID to scope to
  130.                        With password: Domain ID to scope to (Env:
  131.                        OS_DOMAIN_ID)
  132.  --os-user-id <auth-user-id>
  133.                        With osc_password: User id With v2password: User ID to
  134.                        login with With v3password: User ID With password:
  135.                        User id (Env: OS_USER_ID)
  136.  --os-password <auth-password>
  137.                        With osc_password: User's password With v2password:
  138.                         Password to use With v3password: User's password With
  139.                        password: User's password (Env: OS_PASSWORD)
  140.   --os-endpoint <auth-endpoint>
  141.                         With token_endpoint: The endpoint that will always be
  142.                         used (Env: OS_ENDPOINT)
  143.   --os-project-id <auth-project-id>
  144.                         With osc_password: Project ID to scope to With
  145.                         v3password: Project ID to scope to With token: Project
  146.                         ID to scope to With v3token: Project ID to scope to
  147.                         With password: Project ID to scope to (Env:
  148.                         OS_PROJECT_ID)
  149.   --os-object-api-version <object-api-version>
  150.                         Object API version, default=1 (Env:
  151.                         OS_OBJECT_API_VERSION)
  152.   --os-key-manager-api-version <key-manager-api-version>
  153.                         Barbican API version, default=1 (Env:
  154.                         OS_KEY_MANAGER_API_VERSION)
  155.  
  156. Commands:
  157.   aggregate add host  Add host to aggregate
  158.   aggregate create  Create a new aggregate
  159.   aggregate delete  Delete an existing aggregate
  160.   aggregate list  List all aggregates
  161.   aggregate remove host  Remove host from aggregate
  162.   aggregate set  Set aggregate properties
  163.   aggregate show  Display aggregate details
  164.   availability zone list  List availability zones and their status
  165.   backup create  Create new backup
  166.   backup delete  Delete backup(s)
  167.   backup list    List backups
  168.   backup restore  Restore backup
  169.   backup show    Display backup details
  170.   catalog list   List services in the service catalog
  171.   catalog show   Display service catalog details
  172.   command list   List recognized commands by group
  173.   complete       print bash completion command
  174.   compute agent create  Create compute agent command
  175.   compute agent delete  Delete compute agent command
  176.   compute agent list  List compute agent command
  177.   compute agent set  Set compute agent command
  178.   compute service list  List service command
  179.   compute service set  Set service command
  180.   console log show  Show server's console output
  181.  console url show  Show server's remote console URL
  182.   container create  Create new container
  183.   container delete  Delete container
  184.   container list  List containers
  185.   container save  Save container contents locally
  186.   container show  Display container details
  187.   ec2 credentials create  Create EC2 credentials
  188.   ec2 credentials delete  Delete EC2 credentials
  189.   ec2 credentials list  List EC2 credentials
  190.   ec2 credentials show  Display EC2 credentials details
  191.   endpoint create  Create new endpoint
  192.   endpoint delete  Delete endpoint
  193.   endpoint list  List endpoints
  194.   endpoint show  Display endpoint details
  195.   extension list  List API extensions
  196.   flavor create  Create new flavor
  197.   flavor delete  Delete flavor
  198.   flavor list    List flavors
  199.   flavor set     Set flavor properties
  200.   flavor show    Display flavor details
  201.   flavor unset   Unset flavor properties
  202.   help           print detailed help for another command
  203.   host list      List host command
  204.   host show      Show host command
  205.   hypervisor list  List hypervisors
  206.   hypervisor show  Display hypervisor details
  207.   hypervisor stats show  Display hypervisor stats details
  208.   image create   Create/upload an image
  209.   image delete   Delete image(s)
  210.   image list     List available images
  211.   image save     Save an image locally
  212.   image set      Set image properties
  213.   image show     Display image details
  214.   ip fixed add   Add fixed-ip command
  215.   ip fixed remove  Remove fixed-ip command
  216.   ip floating add  Add floating-ip to server
  217.   ip floating create  Create new floating-ip
  218.   ip floating delete  Delete a floating-ip
  219.   ip floating list  List floating-ips
  220.   ip floating pool list  List floating-ip-pools
  221.   ip floating remove  Remove floating-ip from server
  222.   keypair create  Create new public key
  223.   keypair delete  Delete public key
  224.   keypair list   List public key fingerprints
  225.   keypair show   Display public key details
  226.   limits show    Show compute and volume limits
  227.   module list    List module versions
  228.   network create  Create new network
  229.   network delete  Delete network(s)
  230.   network list   List networks
  231.   network set    Set network properties
  232.   network show   Show network details
  233.   object create  Upload object to container
  234.   object delete  Delete object from container
  235.   object list    List objects
  236.   object save    Save object locally
  237.   object show    Display object details
  238.   project create  Create new project
  239.   project delete  Delete project(s)
  240.   project list   List projects
  241.   project set    Set project properties
  242.   project show   Display project details
  243.   quota set      Set quotas for project or class
  244.   quota show     Show quotas for project or class
  245.   role add       Add role to project:user
  246.   role create    Create new role
  247.   role delete    Delete role(s)
  248.   role list      List roles
  249.   role remove    Remove role from project : user
  250.   role show      Display role details
  251.   secret delete  Delete a secret by providing its URI.
  252.   secret get     Retrieve a secret by providing its URI.
  253.   secret list    List secrets.
  254.   secret store   Store a secret in Barbican.
  255.   secret-container create  Store a container in Barbican.
  256.   secret-container delete  Delete a container by providing its href.
  257.   secret-container get  Retrieve a container by providing its URI.
  258.   secret-container list  List containers.
  259.   secret-order create  Create a new order.
  260.   secret-order delete  Delete an order by providing its href.
  261.   secret-order get  Retrieve an order by providing its URI.
  262.   secret-order list  List orders.
  263.   security group create  Create a new security group
  264.   security group delete  Delete a security group
  265.   security group list  List all security groups
  266.   security group rule create  Create a new security group rule
  267.   security group rule delete  Delete a security group rule
  268.   security group rule list  List all security group rules
  269.   security group set  Set security group properties
  270.   security group show  Show a specific security group
  271.   server add security group  Add security group to server
  272.   server add volume  Add volume to server
  273.   server create  Create a new server
  274.   server delete  Delete server(s)
  275.   server image create  Create a new disk image from a running server
  276.   server list    List servers
  277.   server lock    Lock a server. A non-admin user will not be able to execute actions
  278.   server migrate  Migrate server to different host
  279.   server pause   Pause server
  280.   server reboot  Perform a hard or soft server reboot
  281.   server rebuild  Rebuild server
  282.   server remove security group  Remove security group from server
  283.   server remove volume  Remove volume from server
  284.   server rescue  Put server in rescue mode
  285.   server resize  Scale server to a new flavor
  286.   server resume  Resume server
  287.   server set     Set server properties
  288.   server show    Show server details
  289.   server ssh     Ssh to server
  290.   server suspend  Suspend server
  291.   server unlock  Unlock server
  292.   server unpause  Unpause server
  293.   server unrescue  Restore server from rescue mode
  294.   server unset   Unset server properties
  295.   service create  Create new service
  296.   service delete  Delete service
  297.   service list   List services
  298.   service show   Display service details
  299.   snapshot create  Create new snapshot
  300.   snapshot delete  Delete snapshot(s)
  301.   snapshot list  List snapshots
  302.   snapshot set   Set snapshot properties
  303.   snapshot show  Display snapshot details
  304.   snapshot unset  Unset snapshot properties
  305.   token issue    Issue new token
  306.   token revoke   Revoke existing token
  307.   usage list     List resource usage per project
  308.   usage show     Show resource usage for a single project
  309.   user create    Create new user
  310.   user delete    Delete user(s)
  311.   user list      List users
  312.   user role list  List user-role assignments
  313.   user set       Set user properties
  314.   user show      Display user details
  315.   volume create  Create new volume
  316.   volume delete  Delete volume(s)
  317.   volume list    List volumes
  318.   volume set     Set volume properties
  319.   volume show    Show volume details
  320.   volume type create  Create new volume type
  321.   volume type delete  Delete volume type
  322.   volume type list  List volume types
  323.   volume type set  Set volume type properties
  324.   volume type unset  Unset volume type properties
  325.   volume unset   Unset volume properties
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement