1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/xenserver/models/compute
Sergio Rubio 49c14eb543 [xenserver] Added missing Server.tags attribute
Added support for Array parameters to Connection.request:

    server = connection.server.create :name => 'fooserver',
                                      :template_name => 'debian-squeeze'
    server.wait_for { ready? }
    server.set_attribute 'tags', ['tagfoo', 'tagbar']

Added required shindo test for set_attribute request.
2012-06-07 19:26:47 +02:00
..
guest_metrics.rb
host.rb
hosts.rb
network.rb
networks.rb
pbd.rb
pbds.rb
pif.rb
pifs.rb
pool.rb
pools.rb
server.rb [xenserver] Added missing Server.tags attribute 2012-06-07 19:26:47 +02:00
servers.rb
storage_repositories.rb
storage_repository.rb * Added new scan_sr request 2012-04-16 21:09:52 +02:00
vbd.rb * [xenserver|compute] set_attribute request now accepts var args 2012-04-19 10:53:56 +02:00
vbd_metrics.rb * Added missing VBD operations 2012-04-10 08:01:17 +02:00
vbds.rb
vdi.rb * [xenserver|compute] set_attribute request now accepts var args 2012-04-19 10:53:56 +02:00
vdis.rb * Added create_vdi request 2012-04-09 21:33:47 +02:00
vif.rb * Added missing attributes to Server model 2012-04-13 12:44:49 +02:00
vifs.rb