From 59e82f8518df3c4bbec52bd149a5485bc42b9fb5 Mon Sep 17 00:00:00 2001 From: Nicolas Haller Date: Thu, 4 Oct 2018 11:03:02 -0400 Subject: [PATCH] Fix a typo on Storm plugin cluster info (Strom -> Storm) Change-Id: I03a11ce2e88ad895504301c00c6ddd67984e1021 --- sahara/plugins/storm/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sahara/plugins/storm/plugin.py b/sahara/plugins/storm/plugin.py index 2382f0c..48305cb 100644 --- a/sahara/plugins/storm/plugin.py +++ b/sahara/plugins/storm/plugin.py @@ -324,7 +324,7 @@ class StormProvider(p.ProvisioningPluginBase): if st_master: port = "8080" - info['Strom'] = { + info['Storm'] = { 'Web UI': 'http://%s:%s' % ( st_master.get_ip_or_dns_name(), port) }