euca-register

Langue: en

Autres versions - même langue

Version: July 2010 (fedora - 01/12/10)

Section: 1 (Commandes utilisateur)

Sommaire

NAME

euca-register - Eucalyptus tool: Registers a manifest for use with the cloud.

DESCRIPTION

Registers a manifest for use with the cloud.

euca-register [-h, --help] [--version] [--debug] image_location

REQUIRED PARAMETERS


         image_location - path to the uploaded image (bucket/manifest).

OPTIONAL PARAMETERS

-b, --block-device-mapping Block device mapping for the instance(s). Option may be used multiple times.

-d, --description Description of the image.

-n, --name Name of the image.

-a, --architecture Architecture of the image. Can be 'i386' or 'x86_64'. Defaults to 'i386'.

--kernel The kernel ID to be associated with the image.

--ramdisk The ramdisk ID to be associated with the image.

--root-device-name The root device name for the image (for example, '/dev/sda1').

-s, --snapshot The snapshot ID to use as the root device.

-A, --access-key User's Access Key ID.

-S, --secret-key User's Secret Key.

-U, --url URL of the Cloud to connect to.

--config Read credentials and cloud settings from the

specified config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc).

-h, --help Display this help message.

--version Display the version of this tool.

--debug Turn on debugging.

Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY, EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by default.