Fix a typo on Storm plugin cluster info (Strom -> Storm)

Change-Id: I03a11ce2e88ad895504301c00c6ddd67984e1021
This commit is contained in:
Nicolas Haller 2018-10-04 11:03:02 -04:00
parent 3a2b3f63b7
commit 059457e878
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}