Comment 2 for bug 1362849

Revision history for this message
Lukas Bezdicka (social-b) wrote :

packstack from source:

# install repo for icehouse packages
sudo yum install -y https://rdo.fedorapeople.org/rdo-release.rpm
# clone packstack source
git clone https://github.com/stackforge/packstack.git
# install python-setuptools
yum -y instal python-setuptools
# clone openstack puppet modules
cd packstack ; python setup.py install_puppet_modules
# deploy packstack
python setup.py install

I guess you missed the install_puppet_modules