horizon default login page ?
I am trying to find the absolute path to horizon default login page The usual index.html isn't working for me.
http://controller/horizon/
http://controller/horizon/auth/login/
I even checked /etc/apache/conf-enabled but I am not very well versed in python/django to figure this one out.
Appreciate any help!
I understand this is a dynamic django application so a default page like index.html or default.html might not exist; however, I do need a way to login to horizon via a bash/curl/python script for monitoring purposes. Anyone know of such a way as any method I tried with curl or wget has failed.
I am not sure why this is so difficult but I also tried to login to horizon using curl which outputs just the login page but not the Overview page.
curl --user root:Password123 http://controller/horizon/auth/login -v