"No module named config" installing Sahara Juno on Ubuntu 14.04
Trying to install Juno-Sahara under Ubuntu Trusty. Installed sahara using pip, and seem to have the latest version:
# pip list | grep sahara
python-saharaclient (0.7.3)
sahara (2014.2)
Created a /etc/sahara/sahara.conf file, as per http://docs.openstack.org/juno/instal... . However, I get an error during sahara-db-manage:
# sahara-db-manage --config-file /etc/sahara/sahara.conf upgrade head --debug -v
Traceback (most recent call last):
File "/usr/local/bin/sahara-db-manage", line 7, in <module>
from sahara.db.migration.cli import main
File "/usr/local/lib/python2.7/dist-packages/sahara/db/__init__.py", line 20, in <module>
from sahara.db.api import * # noqa
File "/usr/local/lib/python2.7/dist-packages/sahara/db/api.py", line 34, in <module>
from oslo.config import cfg
ImportError: No module named config
Any thoughts or alternatives as how to create db schema?