I'm following this guide to install a testing instance of OpenStack Kilo with a very basic environment in a VirtualBox machine running Ubuntu server 14.04 x64. I've managed to get to the point where the keystone user (mariadb/mysql) has to populate its database with this command:
# su -s /bin/sh -c "keystone-manage db_sync" keystone
This doesn't give me any output at all and just brings me back to the shell. I've tried different approaches:
- I don't think it's a network problem. The system is running on a simple virtual machine with a ethernet card. Also just in case, I set up the nodes controller/network/compute pointing to 127.0.0.1 or the local IP, just in case. It didn't work.
- Not a privileges problem either. I've tried to access mysql both through phpmyadmin and command-line, as root and as keystone. In both cases the keystone database exists and can be manually edited (added tables etc...) but it's completely empty (no tables at all). I've also set as a temporary measure bind-addresses = 0.0.0.0. No change.
- keystone.log and keystone-manage.log don't show any information related to the problem.
It someone has run into this same problem or can point to some possible step that might be failing, I would appreciate it.