How to install openstack on Fedura20
First, Install fedura20 like you would normally do.
enable ssh with
systemctl enable sshd.serivce
disable the firewall with
systemctl disable firewalld.service systemctl stop firewalld.service
Disable SElinux
/etc/selinux/config SELINUX=disabled
Before fedura 20
yum install -y http://rdo.fedorapeople.org/rdo-release.rpm
Install all needed pakges
yum install -y openstack-packstack
Initialize open stack
packstack –allinone
Reference
http://openstack.redhat.com/Quickstart