First time here? Check out the FAQ!
![]() | 1 | initial version |
3rd line of /usr/lib/python2.6/site-packages/packstack/puppet/templates/mysql_install.pp should be :
if $::operatingsystem in ['RedHat','CentOS','Scientific'] and $::operatingsystemrelease < 7 {
instead of :
if $::operatingsystem in ['RedHat','CentoS','Scientific'] and $::operatingsystemrelease < 7 {
On the line 68 in /usr/share/openstack-puppet/modules/swift/manifests/storage/mount.pp, you have to modify to :
path => ['/usr/sbin', '/sbin'],
instead of :
path => ['/usr/sbin', '/bin'],
This workaround will allow you to install RDO packstack on an updated version of CentOS 6.5 . You can find additional details here:
https://www.redhat.com/archives/rdo-list/2014-June/msg00086.htm https://bugzilla.redhat.com/show_bug.cgi?id=1109079