Packstack - For Openstack testing environment


It can be installed on physical node or virtual machine.


This time, it will be on the Vmware VM named 'packstack'.


First, visit here: http://rdoproject.org and follow quickstart.


When you encountered this message:


 ERROR : No module named pkg_resources


You can fix this error with installing setuptools in python environment.

curl https://bootstrap.pypa.io/ez_setup.py | python

※ What is setuptools?

 It is a module of python and is used by 'pip', and 'easy_install'.


ref: https://stackoverflow.com/questions/7446187/no-module-named-pkg-resources



+ Recent posts