Is there default username and password for Horizon installation?
Hello,
I installed the Horizon from executing the following commands:
git clone https://github.com/openstack/horizon.git
cd horizon
./run_tests.sh
Then I started server by keying in > tools/with_venv.sh ./manage.py runserver. After that I pasted the link like : http://127.0.0.1:8080/ in a web browser. The next step I need login information. I searched the web for hints. But I didn't succeed.
The Horizon Quickstart webpage doesn't have any instructions on this portion. Please help me out here, thanks.
ugly