Fog::Arubacloud
Module for the 'fog' gem to support ArubaCloud IaaS Service
Installation
Add this line to your application's Gemfile:
gem 'fog-arubacloud'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fog-arubacloud
Update
In package has been updated the 'snapshot' methods , and has added 'list_snapshot ' feature to see if a snapshot exist;
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/fog/fog-arubacloud/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request