opennebula 5.12.4 → 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: 6cec771e183adccfeffcd155ff757eb4eae03ba7
4
- data.tar.gz: 97b724580fdf12c3392e5e7c0e0d1fc9667c2929
3
+ metadata.gz: 3b6c3ec7149bb923bdd75d4fec45bfea768faea5
4
+ data.tar.gz: 227ca1e825e2e0b35eac9f45ee29287433b19cca
5
5
  SHA512:
6
- metadata.gz: 937fc106c19221d598a2a101e9a3d3941228bc89ec960d39da4762d34bf11e537001bf77fac7fefd9b09cabc215b42188f1390cb45a8277a49db05ffe49fd8d9
7
- data.tar.gz: 9399478f364fdb34e4089dd6fc1115960284a69e392716c364804bbb9f5f5c6e205b15369f1ba4cfc45aafcb77d5b8b60602079d71559b1cb9e99a3c3bfb9834
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.4'
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.4'
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.4
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-09-23 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
@@ -88,7 +86,6 @@ files:
88
86
  - lib/opennebula/image_pool.rb
89
87
  - lib/opennebula/marketplace.rb
90
88
  - lib/opennebula/marketplace_pool.rb
91
- - lib/opennebula/marketplaceapp.rb
92
89
  - lib/opennebula/marketplaceapp_pool.rb
93
90
  - lib/opennebula/oneflow_client.rb
94
91
  - lib/opennebula/pool_element.rb
@@ -102,7 +99,6 @@ files:
102
99
  - lib/opennebula/utils.rb
103
100
  - lib/opennebula/vdc.rb
104
101
  - lib/opennebula/vdc_pool.rb
105
- - lib/opennebula/virtual_machine.rb
106
102
  - lib/opennebula/virtual_machine_pool.rb
107
103
  - lib/opennebula/virtual_network.rb
108
104
  - lib/opennebula/virtual_network_pool.rb
@@ -117,7 +113,11 @@ files:
117
113
  - lib/opennebula/xml_utils.rb
118
114
  - lib/opennebula/zone.rb
119
115
  - lib/opennebula/zone_pool.rb
116
+ - lib/opennebula/document.rb
117
+ - lib/opennebula/document_json.rb
118
+ - lib/opennebula/marketplaceapp.rb
120
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