Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. root@controller:~# apt-get install openstack-dashboard
  2.  
  3.  
  4.  
  5. Reading package lists... Done
  6. Building dependency tree
  7. Reading state information... Done
  8. openstack-dashboard is already the newest version (3:11.0.2-0ubuntu1~cloud0).
  9. The following packages were automatically installed and are no longer required:
  10. cloudkitty-common libaec0 libamd2.4.1 libdsdp-5.8gf libglpk36 libgsl2 libhdf5-10 libllvm3.8 libsnappy1v5 libsz2 libtomcrypt0 libtommath0
  11. linux-headers-4.4.0-31 linux-headers-4.4.0-31-generic linux-image-4.4.0-31-generic linux-image-extra-4.4.0-31-generic python-antlr
  12. python-cloudkitty python-cloudkittyclient python-cvxopt python-future python-gnocchi python-jdcal python-joblib python-lz4 python-mysqldb
  13. python-numexpr python-openpyxl python-oslo-concurrency python-oslo-config python-oslo-i18n python-oslo-messaging python-oslo-middleware
  14. python-oslosphinx python-oslosphinx-common python-pandas python-pandas-lib python-patsy python-py python-pytest python-pytimeparse
  15. python-q-text-as-data python-sqlalchemy-utils python-statsmodels python-statsmodels-lib python-tables python-tables-data python-tables-lib
  16. python-trollius python-ujson python-werkzeug python-xlrd python-xlwt sqlite3 timelimit
  17. Use 'apt autoremove' to remove them.
  18. 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
  19. 1 not fully installed or removed.
  20. After this operation, 0 B of additional disk space will be used.
  21. Do you want to continue? [Y/n] y
  22. Setting up openstack-dashboard (3:11.0.2-0ubuntu1~cloud0) ...
  23. Collecting and compressing static assets...
  24. WARNING:root:No local_settings file found.
  25. Traceback (most recent call last):
  26. File "manage.py", line 25, in <module>
  27. execute_from_command_line(sys.argv)
  28. File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
  29. utility.execute()
  30. File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 303, in execute
  31. settings.INSTALLED_APPS
  32. File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 48, in __getattr__
  33. self._setup(name)
  34. File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 44, in _setup
  35. self._wrapped = Settings(settings_module)
  36. File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  37. mod = importlib.import_module(self.SETTINGS_MODULE)
  38. File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  39. __import__(name)
  40. File "/usr/share/openstack-dashboard/openstack_dashboard/settings.py", line 445, in <module>
  41. INSTALLED_APPS,
  42. File "/usr/share/openstack-dashboard/openstack_dashboard/utils/settings.py", line 122, in update_dashboards
  43. module = import_module(_app)
  44. File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  45. __import__(name)
  46. ImportError: No module named cloudkittydashboard
  47. dpkg: error processing package openstack-dashboard (--configure):
  48. subprocess installed post-installation script returned error exit status 1
  49. Errors were encountered while processing:
  50. openstack-dashboard
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement