timbot / Net-OpenStack-Compute

Perl bindings for the OpenStack compute api.

Home Page:https://metacpan.org/module/Net::OpenStack::Compute

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DESCRIPTION

Net::OpenStack::Compute provides Perl bindings for the OpenStack Compute API. It also provides a command line tool oscompute for interacting with an OpenStack deployment.

INSTALLATION

sudo cpanm Net::OpenStack::Compute

or

sudo cpanm oscompute

or

curl -L cpanmin.us | perl - --sudo Net::OpenStack::Compute

or

sudo cpan Net::OpenStack::Compute

To install from a local git checkout, cd to the project directory and run:

sudo cpanm .

If you do not have cpanm, you can install it via:

curl -L cpanmin.us | perl - --sudo cpanm

DOCUMENTATION

See Net::OpenStack::Compute and oscompute. Also, after installation, you can view the documentation via man or perldoc:

man oscompute
man Net::OpenStack::Compute

About

Perl bindings for the OpenStack compute api.

https://metacpan.org/module/Net::OpenStack::Compute


Languages

Language:Perl 100.0%