diff --git a/sahara/plugins/storm/plugin.py b/sahara/plugins/storm/plugin.py index c48be5dc..baf86dc2 100644 --- a/sahara/plugins/storm/plugin.py +++ b/sahara/plugins/storm/plugin.py @@ -238,10 +238,9 @@ class StormProvider(p.ProvisioningPluginBase): if st_master: port = "8080" - if port is not None: - info['Strom'] = { - 'Web UI': 'http://%s:%s' % (st_master.management_ip, port) - } + info['Strom'] = { + 'Web UI': 'http://%s:%s' % (st_master.management_ip, port) + } ctx = context.ctx() conductor.cluster_update(ctx, cluster, {'info': info})