error installing openstack using packstack
hi everyone i have installed centos 7 (server GUI) in vmware i want to install openstack mitaka using rdo packstack
i did : $ sudo systemctl disable firewalld $ sudo systemctl stop firewalld $ sudo systemctl disable NetworkManager $ sudo systemctl stop NetworkManager $ sudo systemctl enable network $ sudo systemctl start network
$ sudo yum install -y centos-release-openstack-mitaka $ sudo yum update -y $ sudo yum install -y openstack-packstack
then : $ packstack --allinone
but i got this error :
192.168.130.133_cinder.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 192.168.130.133_cinder.pp Error: Could not prefetch cinder_type provider 'openstack': Command: 'openstack ["volume type", "list", "--quiet", "--format", "csv", "--long"]' has been running for more then 20 seconds!
i've got enough resources and internet speed
so what shall i do now ?
thanks
Hi, Please share the logs once after you faced that error. Also check for the value CONFIG_CINDER_BACKEND in the packstack answer file. Regards
In the packstack answer file, leave the parameter CONFIG_CINDER_BACKEND to blank removing lvm. Then run that answer file. Also this seems like a bug. https://bugs.launchpad.net/packstack/...
CONFIG_CINDER_BACKEND=
unfortunately it didn't work thanks for your answer