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

Popular posts from this blog

AttributeError: Got AttributeError when attempting to get a value for field `abc` on serializer `PfleSerializer`. The serializer field might be named incorrectly and not match any attribute or key on the `QuerySet` instance. Original exception text was: 'QuerySet' object has no attribute 'abc'.

ImportError: No module named regex