opennebula 6.0.0.2 → 6.0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f022212cfa3668cae363f0592a9423a77f3f0a63
4
- data.tar.gz: f1aa5e2a2d9c2f7d06f8c63defc79b004fdd21a8
3
+ metadata.gz: a444d034775d99b9c676a7718063ff71798eb2ee
4
+ data.tar.gz: aba015a7d6e223011bb9f33fd1a610dcc01b1379
5
5
  SHA512:
6
- metadata.gz: eb414c6b219cdbcd4217d69219ba161273a1e7ba802fd4c94936a83aba776d2f781661fa684372e77c86fd18d707823cc7f172bc23f2b794dcbb8984cab63b93
7
- data.tar.gz: 9d6c490f638e47dcb1f4aa558853806a92b835a9c0217a1bb2a6c84207bd375b4406e13702a4423d733ee4f8294d796a50ecd40045a2f5ca66c046d8eb1a2ede
6
+ metadata.gz: 9dad15a530bfa73ffce417c4dc66f8f2118239de7396c7aa1cdae928869f69b994e1dc61a93ab410de9b74511d4a770eac922b07db1d29391758d91fb11b54e6
7
+ data.tar.gz: e00ba49630acf67ae3fbcc1c715a7164ede4b6aec81fa059ecbe6536f8d90c7477ece5c3e73a9e5a1aafc26508729e9fb390ecfef43815e93f1042f6594a1ca9
@@ -51,7 +51,7 @@ end
51
51
  module CloudClient
52
52
 
53
53
  # OpenNebula version
54
- VERSION = '6.0.0.2'
54
+ VERSION = '6.0.0.3'
55
55
 
56
56
  # #########################################################################
57
57
  # Default location for the authentication file
data/lib/opennebula.rb CHANGED
@@ -77,5 +77,5 @@ require 'opennebula/flow'
77
77
  module OpenNebula
78
78
 
79
79
  # OpenNebula version
80
- VERSION = '6.0.0.2'
80
+ VERSION = '6.0.0.3'
81
81
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opennebula
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0.2
4
+ version: 6.0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenNebula
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -117,24 +117,24 @@ files:
117
117
  - lib/opennebula.rb
118
118
  - lib/vcenter_driver.rb
119
119
  - lib/datacenter.rb
120
- - lib/datastore.rb
121
- - lib/file_helper.rb
122
- - lib/host.rb
123
120
  - lib/memoize.rb
124
121
  - lib/network.rb
125
122
  - lib/rest_client.rb
126
- - lib/vcenter_importer.rb
127
123
  - lib/vi_client.rb
128
124
  - lib/vi_helper.rb
129
- - lib/virtual_machine.rb
130
125
  - lib/vm_device.rb
131
126
  - lib/vm_disk.rb
132
127
  - lib/vm_nic.rb
133
128
  - lib/vm_helper.rb
134
129
  - lib/vm_monitor.rb
135
130
  - lib/vm_folder.rb
136
- - lib/vm_template.rb
137
131
  - lib/vmm_importer.rb
132
+ - lib/datastore.rb
133
+ - lib/file_helper.rb
134
+ - lib/host.rb
135
+ - lib/vcenter_importer.rb
136
+ - lib/virtual_machine.rb
137
+ - lib/vm_template.rb
138
138
  - lib/nsx_driver.rb
139
139
  - lib/distributed_firewall.rb
140
140
  - lib/logical_port.rb
@@ -189,13 +189,11 @@ files:
189
189
  - lib/opennebula/image.rb
190
190
  - lib/opennebula/image_pool.rb
191
191
  - lib/opennebula/lockable_ext.rb
192
- - lib/opennebula/marketplace.rb
193
192
  - lib/opennebula/marketplace_pool.rb
194
193
  - lib/opennebula/marketplaceapp.rb
195
194
  - lib/opennebula/marketplaceapp_ext.rb
196
195
  - lib/opennebula/marketplaceapp_pool.rb
197
196
  - lib/opennebula/oneflow_client.rb
198
- - lib/opennebula/pool.rb
199
197
  - lib/opennebula/pool_element.rb
200
198
  - lib/opennebula/security_group.rb
201
199
  - lib/opennebula/security_group_pool.rb
@@ -203,14 +201,11 @@ files:
203
201
  - lib/opennebula/template.rb
204
202
  - lib/opennebula/template_ext.rb
205
203
  - lib/opennebula/template_pool.rb
206
- - lib/opennebula/user.rb
207
204
  - lib/opennebula/user_pool.rb
208
205
  - lib/opennebula/utils.rb
209
206
  - lib/opennebula/vdc.rb
210
207
  - lib/opennebula/vdc_pool.rb
211
- - lib/opennebula/virtual_machine.rb
212
208
  - lib/opennebula/virtual_machine_ext.rb
213
- - lib/opennebula/virtual_machine_pool.rb
214
209
  - lib/opennebula/virtual_network.rb
215
210
  - lib/opennebula/virtual_network_pool.rb
216
211
  - lib/opennebula/virtual_router.rb
@@ -219,11 +214,16 @@ files:
219
214
  - lib/opennebula/vm_group_pool.rb
220
215
  - lib/opennebula/vntemplate.rb
221
216
  - lib/opennebula/vntemplate_pool.rb
222
- - lib/opennebula/wait_ext.rb
223
217
  - lib/opennebula/xml_element.rb
224
218
  - lib/opennebula/xml_pool.rb
225
219
  - lib/opennebula/xml_utils.rb
226
220
  - lib/opennebula/zone_pool.rb
221
+ - lib/opennebula/marketplace.rb
222
+ - lib/opennebula/pool.rb
223
+ - lib/opennebula/user.rb
224
+ - lib/opennebula/virtual_machine.rb
225
+ - lib/opennebula/virtual_machine_pool.rb
226
+ - lib/opennebula/wait_ext.rb
227
227
  - lib/opennebula/zone.rb
228
228
  - lib/opennebula/flow/grammar.rb
229
229
  - lib/opennebula/flow/service_pool.rb
@@ -231,8 +231,8 @@ files:
231
231
  - lib/opennebula/flow/service_template_pool.rb
232
232
  - lib/opennebula/flow/validator.rb
233
233
  - lib/opennebula/flow/service_template.rb
234
- - lib/opennebula/ldap_auth.rb
235
234
  - lib/opennebula/ldap_auth_spec.rb
235
+ - lib/opennebula/ldap_auth.rb
236
236
  - lib/opennebula/server_cipher_auth.rb
237
237
  - lib/opennebula/server_x509_auth.rb
238
238
  - lib/opennebula/ssh_auth.rb