From 059457e878f125359764c264c1b4469f00c64b7f 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 2382f0c36d..48305cb561 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) }