RDO Packstack installation error with neutron-db-manage [closed]
Hi, I'm trying to do a packstack install using VLANs and the RDO Juno code on RHEL 7.0. During the install I get this error:
ERROR : Error appeared during Puppet run: 172.28.171.165_neutron.pp
Error: neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini upgrade head returned 255 instead of one of [0]
Looking at the log file I see:
d /usr/share/openstack-puppet/modules
tar --dereference -cpzf - apache ceilometer certmonger cinder concat firewall glance heat horizon inifile keystone memcached mongodb mysql neutron nova nssdb openstack packstack qpid rabbitmq remote rsync ssh stdlib swift sysctl tempest vcsrepo vlan vswitch xinetd openstacklib | ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@172.28.171.165 tar -C /var/tmp/packstack/fb1fe9dcfae1471da2ddd922e6960935/modules -xpzf -
2014-10-29 10:18:55::ERROR::run_setup::921::root:: Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 916, in main
_main(confFile)
File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 605, in _main
runSequences()
File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 584, in runSequences
controller.runAllSequences()
File "/usr/lib/python2.7/site-packages/packstack/installer/setup_controller.py", line 68, in runAllSequences
sequence.run(config=self.CONF, messages=self.MESSAGES)
File "/usr/lib/python2.7/site-packages/packstack/installer/core/sequences.py", line 98, in run
step.run(config=config, messages=messages)
File "/usr/lib/python2.7/site-packages/packstack/installer/core/sequences.py", line 44, in run
raise SequenceError(str(ex))
SequenceError: Error appeared during Puppet run: 172.28.171.165_neutron.pp
Any ideas? I've tried cleaning and reinstalling a few times. Any ideas?
What do the neutron variables in your packstack answer file look like?
@fredhsu, is this still a problem? If so, please provide an answer to the above comment. Otherwise I'll close as abandoned in 30 days. Thanks.