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

This commit is contained in:
Zuul 2018-10-04 20:17:55 +00:00 committed by Gerrit Code Review
commit 26b3f173f0
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)
}