Comment 4 for bug 1411674

Revision history for this message
sumesh (ssumesh) wrote :

please give a solution for my glance installation (image service installation) under ubuntu 14.04 lts openstack

When I am executing the command
      su -s /bin/sh -c "glance-manage db_sync" glance

Traceback (most recent call last):
  File "/usr/bin/glance-manage", line 6, in <module>
    from glance.cmd.manage import main
  File "/usr/lib/python2.7/dist-packages/glance/cmd/manage.py", line 41, in <module>
    from oslo.config import cfg
ImportError: No module named config

So I tried the command

$ python

and tried to execute the instruction
>>> import oslo.config
The system gives the error as given below

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named config

So please give a solution for this problem Please ......................