opennebula 6.10.0.1 → 6.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/cloud/CloudClient.rb +1 -1
- data/lib/opennebula/flow/service_template_ext.rb +0 -1
- data/lib/opennebula.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d584a32fed229118ffbe16f0f785ff25d85ae6dba699deafb78997536a4011c8
|
4
|
+
data.tar.gz: bc2e5bf010746e436295c48bae487f54ff3c39b2faae24f90a6ab22742abcdd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93e03cb9d4a0638107a0a349fdcc0541bf639b47262a8e4ba87b55b12dfc8dbad534080034bd0d621a57a962dfd0a7fc1bc58e986400bc7bc4c368854abc8f7e
|
7
|
+
data.tar.gz: c3bdb91b12d32e8c828aa30db8d4475829c28502017703acdc54478a136e7f82b5f1511f5fde245a042e6360e027c65effca4eab9b64d0a187ad94eab6181dc9
|
data/lib/cloud/CloudClient.rb
CHANGED
@@ -38,7 +38,6 @@ module OpenNebula::ServiceTemplateExt
|
|
38
38
|
# @param market_id [Integer] Marketplace ID to import app
|
39
39
|
# @param name [String] Service Template App name
|
40
40
|
def mp_import(templates, market_id, name)
|
41
|
-
template = ''
|
42
41
|
name ||= "#{@body['name']}-#{SecureRandom.hex[0..9]}"
|
43
42
|
|
44
43
|
template = <<-EOT
|
data/lib/opennebula.rb
CHANGED
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.10.
|
4
|
+
version: 6.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenNebula
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|