Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
ec2.rb 3.27 KB
gce.rb 4.33 KB
libvirt.rb 7.75 KB
openstack.rb 6.92 KB
ovirt.rb 14.8 KB
rackspace.rb 2.39 KB
vmware.rb 22.3 KB

Latest revisions

# Date Author Comment
408774ae 09/20/2017 03:13 AM Dominic Cleal

Fixes #20952 - Replace AC::Parameters Hash methods

Replaces any methods that used to be from Hash with the more limited
ActionController::Parameters API.

18439248 08/15/2017 10:28 AM Swapnil Abnave

Fixes #19326 - create compute-resource - URL optional

db345393 08/07/2017 08:13 AM Ori Rabin

Fixes #20452 - Keep password value after validation in ovirt CR

76300ed1 07/21/2017 08:27 AM Daniel Lobato Garcia

Fixes #20373 - Add ESXi 6.5 to VMWare

80dc430e 07/20/2017 08:56 AM Ohad Levy

fixes #4509 - VMWare: multiple scsi controllers

3cf9d65f 07/03/2017 02:30 PM Marek Hulán

Fixes #20174 - handle no storage pool gracefully

ef23fd04 06/23/2017 08:10 AM Timo Goebel

fixes #19604 - vmware vSphere 6.5 GuestOsIdentifier

aa7637bb 06/04/2017 11:35 AM Tomer Brisker

Fixes #19762 - upgrade to rubocop 0.49.1

cabe2c2e 06/01/2017 07:45 AM Ohad Levy

Fixes #19700 - update rubocop rules

The following changes have been made:

- Performance/RedundantMerge:
changes lines such as:
```not_found_message.merge! :message => options```
to:
```not_found_message[:message] = options```

- converts str.match() to str =~ ()...

2dc6e2dd 05/28/2017 01:35 PM Martin Ducar

Fixes #19459 - improve vm boot failure feedback

To be able to override the wait for vm ready we need to move
it to compute resource definition. Also improve Openstack one

View revisions

Also available in: Atom