manageiq-appliance_console 7.0.5 → 7.0.6
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93125c28823672eb5e4883f8ab359a4b14678df7190445d6c8431cdbf129ac55
|
4
|
+
data.tar.gz: fb2ba1283045f8969f48692e9ec189e0012fdd585c860e2bb792dc44ecae8c23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8089af33087f2f590f90fc4ee232d5d1c11b9a042ee15fcf21109e12f2b9deb052b6ce1cb1db7ac8f905a42e14be053457fa9ed0ce289a86b1bccd7e9431afad
|
7
|
+
data.tar.gz: e47540c3e0448ab83f9e20f243eee0d28483cc20ec74658266bc0448047a776998646b94852d9f1277b25026443920ea0dfc900444019aebf6086329a7a956ff
|
@@ -89,7 +89,7 @@ module ApplianceConsole
|
|
89
89
|
hint = "Please stop the EVM server process on all appliances in the region"
|
90
90
|
ManageIQ::ApplianceConsole::Utilities.bail_if_db_connections("preventing the setup of a database region.\n#{hint}")
|
91
91
|
log_and_feedback(__method__) do
|
92
|
-
ManageIQ::ApplianceConsole::Utilities.rake("evm:db:region", {}, {'REGION' => region, 'VERBOSE' => 'false'})
|
92
|
+
ManageIQ::ApplianceConsole::Utilities.rake("evm:db:region", {}, {'REGION' => region.to_s, 'VERBOSE' => 'false'})
|
93
93
|
end
|
94
94
|
end
|
95
95
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: manageiq-appliance_console
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.0.
|
4
|
+
version: 7.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ManageIQ Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|