does packstack work inside a virtualbox guest?
I have installed packstack (--allinone) inside a Virtualbox guest running CentOS 6.4, but when I create an instance, the final state is Error
.
When I go into the instance console log, it shows:
Unable to get log for instance abc123
Question 1: Does packstack work when installed on a virtualbox guest?
Question 2: How can I get more debug information to find out what is going wrong?
OpenStack can certainly run inside VirtualBox, so I imagine Packstack should work just fine (but I haven't tested that). You can get more logging by abling "debug=True" in your /etc/nova/nova.conf and restarting Nova services.
Packstack seems to have set debug=True already. There are so many messages in /var/log/nova/* that I can't see the wood for the trees at the moment ...