Skip to content

cirrax/Net-OpenStack-Compute

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Perl 100.0%