opennebula 5.12.0.3 → 5.12.1

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: 65e92e0513a403d35a0ea71762bb6325a881f4de
4
- data.tar.gz: b9fe2139bc5e82b5a0c6370dfc68ba35de0dabaa
3
+ metadata.gz: 27c05d144109ae5a8e3995f035226e3cd5cf6adf
4
+ data.tar.gz: fa20b6ab2793fbce18a6e4f70cda6353edc61b95
5
5
  SHA512:
6
- metadata.gz: fabb1d62d8d9c7e356cbbc237a5d2a8e0dc412ce0ec6a130fde7e9c07e30fe461c08325a2b5f7b3c566047a4d537d82732b7080f5378958929e2d53d6b64ddc3
7
- data.tar.gz: 1b5bc228b4a57c247d528575279daebd653174003e4a9818e0a5b03248fef5fa26d9fd549ca6fead6188b345576023d59cfc314c370012a005c61fc543403bc6
6
+ metadata.gz: 425276a4cc8b3cc09132b444778dd4a1a58713d15aba34d30fd367819105b712bf50ebe5ba62c07156ef122173423c61481e647b164e08daef434fcc632b42b3
7
+ data.tar.gz: 9e1e231bf00191417afbcf6140ab6dc64f8180fe262076acfe632743df1fa13a1f9e8fa9a3fe80c1325ce135ecb2580be831bf1520a0c61cc1a9af60a106cdcf
@@ -51,7 +51,7 @@ end
51
51
  module CloudClient
52
52
 
53
53
  # OpenNebula version
54
- VERSION = '5.12.0.3'
54
+ VERSION = '5.12.1'
55
55
 
56
56
  # #########################################################################
57
57
  # Default location for the authentication file
@@ -74,5 +74,5 @@ require 'opennebula/hook_log'
74
74
  module OpenNebula
75
75
 
76
76
  # OpenNebula version
77
- VERSION = '5.12.0.3'
77
+ VERSION = '5.12.1'
78
78
  end
@@ -82,7 +82,7 @@ require 'resolv'
82
82
  # vCenter Library #
83
83
  # ---------------------------------------------------------------------------- #
84
84
 
85
- require 'vcenter_importer'
85
+ require 'vcenter_importer.rb'
86
86
  require 'memoize'
87
87
  require 'vi_client'
88
88
  begin
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: 5.12.0.3
4
+ version: 5.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenNebula
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-14 00:00:00.000000000 Z
11
+ date: 2020-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -88,8 +88,10 @@ files:
88
88
  - lib/opennebula/image_pool.rb
89
89
  - lib/opennebula/marketplace.rb
90
90
  - lib/opennebula/marketplace_pool.rb
91
+ - lib/opennebula/marketplaceapp.rb
91
92
  - lib/opennebula/marketplaceapp_pool.rb
92
93
  - lib/opennebula/oneflow_client.rb
94
+ - lib/opennebula/pool.rb
93
95
  - lib/opennebula/pool_element.rb
94
96
  - lib/opennebula/security_group.rb
95
97
  - lib/opennebula/security_group_pool.rb
@@ -101,6 +103,7 @@ files:
101
103
  - lib/opennebula/utils.rb
102
104
  - lib/opennebula/vdc.rb
103
105
  - lib/opennebula/vdc_pool.rb
106
+ - lib/opennebula/virtual_machine.rb
104
107
  - lib/opennebula/virtual_machine_pool.rb
105
108
  - lib/opennebula/virtual_network.rb
106
109
  - lib/opennebula/virtual_network_pool.rb
@@ -115,9 +118,6 @@ files:
115
118
  - lib/opennebula/xml_utils.rb
116
119
  - lib/opennebula/zone.rb
117
120
  - lib/opennebula/zone_pool.rb
118
- - lib/opennebula/marketplaceapp.rb
119
- - lib/opennebula/pool.rb
120
- - lib/opennebula/virtual_machine.rb
121
121
  - lib/opennebula/ldap_auth.rb
122
122
  - lib/opennebula/ldap_auth_spec.rb
123
123
  - lib/opennebula/server_cipher_auth.rb