NAME

oscompute

VERSION

version 1.0400

SYNOPSIS

Usage: oscompute command [arguments]

Available Commands:
    f           alias for flavor
    flavor      perform flavor actions
    help        show syntax and available commands
    i           alias for image
    image       perform image actions
    s           alias for server
    server      perform server actions

Examples:

# List all servers.
oscompute s

# Same thing.
oscompute server

# Same thing.
oscompute server list

# Show all details.
oscompute server -v list

# Show info for a particular server by id.
oscompute server show ec05b52e-f575-469c-a91e-7f0ddd4fab95

# Show info for a particular server by name.
oscompute server show bob

# Create a new server.
# Order of arguments are server create `name` `flavor` `image`
oscompute server create bob 1 11b2a5bf-590c-4dd4-931f-a65751a4db0e

# Delete a server.
oscompute server delete ec05b52e-f575-469c-a91e-7f0ddd4fab95

# List all available images.
oscompute image list

# Create a snapshot image of a given server.
oscompute image create myimg ec05b52e-f575-469c-a91e-7f0ddd4fab95

DESCRIPTION

This is a command line tool for interacting with the OpenStack Compute API.

AUTHOR

Naveed Massjouni <naveedm9@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Naveed Massjouni.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.