Strangely nothing is shown on the web app. In particular there is nothing to select under the Cluster drop-down menu and it just shows Nothing selected. So probably the webapp isn't correctly configured yet. I followed the guide and also changed settings.py to the following:
clusters = [
Cluster(id='clustername', name='clustername', host=socket.getfqdn())
]
and
clusters = [
Cluster(id='clustername', name='clustername', host='hostname')
]
to no avail. Any ideas?
Strangely nothing is shown on the web app. In particular there is nothing to select under the Cluster drop-down menu and it just shows
Nothing selected. So probably the webapp isn't correctly configured yet. I followed the guide and also changed settings.py to the following:and
to no avail. Any ideas?