opennebula 5.12.0.3 → 5.12.5

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: 3b6c3ec7149bb923bdd75d4fec45bfea768faea5
4
+ data.tar.gz: 227ca1e825e2e0b35eac9f45ee29287433b19cca
5
5
  SHA512:
6
- metadata.gz: fabb1d62d8d9c7e356cbbc237a5d2a8e0dc412ce0ec6a130fde7e9c07e30fe461c08325a2b5f7b3c566047a4d537d82732b7080f5378958929e2d53d6b64ddc3
7
- data.tar.gz: 1b5bc228b4a57c247d528575279daebd653174003e4a9818e0a5b03248fef5fa26d9fd549ca6fead6188b345576023d59cfc314c370012a005c61fc543403bc6
6
+ metadata.gz: d69935785956d6bcd4f2b7e5b866306f3dc99bb47b66749c72077eca5bbae88b90a3e4418aae9a62132d676cdb0e94b4fe646e68b4c7864b3e059cd4bb77a86e
7
+ data.tar.gz: a46d5cbabf9285983467efed04e9272da06c7d8c2307e49fe7b0adcda9cf1c3ecb63d450183939a1777b56fe229bb012abc5b20a105d62c19e3036bdc913670f
@@ -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.5'
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.5'
78
78
  end
@@ -58,6 +58,7 @@ class VCenterConf < Hash
58
58
  }
59
59
 
60
60
  def initialize
61
+ super
61
62
  replace(DEFAULT_CONFIGURATION)
62
63
  begin
63
64
  vcenterrc_path = "#{VAR_LOCATION}/remotes/etc/vmm/vcenter/vcenterrc"
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.5
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-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -72,8 +72,6 @@ files:
72
72
  - lib/opennebula/cluster_pool.rb
73
73
  - lib/opennebula/datastore.rb
74
74
  - lib/opennebula/datastore_pool.rb
75
- - lib/opennebula/document.rb
76
- - lib/opennebula/document_json.rb
77
75
  - lib/opennebula/document_pool.rb
78
76
  - lib/opennebula/document_pool_json.rb
79
77
  - lib/opennebula/error.rb
@@ -115,6 +113,8 @@ files:
115
113
  - lib/opennebula/xml_utils.rb
116
114
  - lib/opennebula/zone.rb
117
115
  - lib/opennebula/zone_pool.rb
116
+ - lib/opennebula/document.rb
117
+ - lib/opennebula/document_json.rb
118
118
  - lib/opennebula/marketplaceapp.rb
119
119
  - lib/opennebula/pool.rb
120
120
  - lib/opennebula/virtual_machine.rb