Run Openstack in browser
got to /opt/stack/horizon
then run #./run_tests.sh
then you can see yes/no prompt. Type 'yes' and press enter.
that will create a hidden virtual environment named .venv.
type ls -a to see that virtual enviromnet
then activate that enviromnent like #source .venv/bin/activate
then stop apache2 server #sudo service apache2 restart
then run django server like #python manage.py runserver 0.0.0.0:8003
then access horizon like http://192.168.56.101:8003
Comments
Post a Comment