Ubuntu Pastebin

Paste from beisner at Tue, 4 Aug 2015 19:08:39 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
2015-08-04 18:38:17 INFO install Collecting python-memcached
2015-08-04 18:38:17 INFO install /mnt/openstack-git/venv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
2015-08-04 18:38:17 INFO install   InsecurePlatformWarning
2015-08-04 18:38:17 INFO install   Downloading python_memcached-1.57-py2.py3-none-any.whl
2015-08-04 18:38:17 INFO install Requirement already satisfied (use --upgrade to upgrade): six in /mnt/openstack-git/venv/lib/python2.7/site-packages (from python-memcached)
2015-08-04 18:38:17 INFO install Installing collected packages: python-memcached
2015-08-04 18:38:17 INFO install Successfully installed python-memcached-1.57
2015-08-04 18:38:18 INFO install Traceback (most recent call last):
2015-08-04 18:38:18 INFO install   File "/usr/share/openstack-dashboard/manage.py", line 23, in <module>
2015-08-04 18:38:18 INFO install     execute_from_command_line(sys.argv)
2015-08-04 18:38:18 INFO install   File "/mnt/openstack-git/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
2015-08-04 18:38:18 INFO install     utility.execute()
2015-08-04 18:38:18 INFO install   File "/mnt/openstack-git/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
2015-08-04 18:38:18 INFO install     self.fetch_command(subcommand).run_from_argv(self.argv)
2015-08-04 18:38:18 INFO install   File "/mnt/openstack-git/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 261, in fetch_command
2015-08-04 18:38:18 INFO install     commands = get_commands()
2015-08-04 18:38:18 INFO install   File "/mnt/openstack-git/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 107, in get_commands
2015-08-04 18:38:18 INFO install     apps = settings.INSTALLED_APPS
2015-08-04 18:38:18 INFO install   File "/mnt/openstack-git/venv/local/lib/python2.7/site-packages/django/conf/__init__.py", line 54, in __getattr__
2015-08-04 18:38:18 INFO install     self._setup(name)
2015-08-04 18:38:18 INFO install   File "/mnt/openstack-git/venv/local/lib/python2.7/site-packages/django/conf/__init__.py", line 49, in _setup
2015-08-04 18:38:18 INFO install     self._wrapped = Settings(settings_module)
2015-08-04 18:38:18 INFO install   File "/mnt/openstack-git/venv/local/lib/python2.7/site-packages/django/conf/__init__.py", line 132, in __init__
2015-08-04 18:38:18 INFO install     % (self.SETTINGS_MODULE, e)
2015-08-04 18:38:18 INFO install ImportError: Could not import settings 'openstack_dashboard.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named utils
2015-08-04 18:38:18 INFO install Traceback (most recent call last):
2015-08-04 18:38:18 INFO install   File "/var/lib/juju/agents/unit-openstack-dashboard-0/charm/hooks/install", line 255, in <module>
2015-08-04 18:38:18 INFO install     main()
2015-08-04 18:38:18 INFO install   File "/var/lib/juju/agents/unit-openstack-dashboard-0/charm/hooks/install", line 249, in main
2015-08-04 18:38:18 INFO install     hooks.execute(sys.argv)
2015-08-04 18:38:18 INFO install   File "/var/lib/juju/agents/unit-openstack-dashboard-0/charm/hooks/charmhelpers/core/hookenv.py", line 691, in execute
2015-08-04 18:38:18 INFO install     self._hooks[hook_name]()
2015-08-04 18:38:18 INFO install   File "/var/lib/juju/agents/unit-openstack-dashboard-0/charm/hooks/install", line 73, in install
2015-08-04 18:38:18 INFO install     git_install(config('openstack-origin-git'))
2015-08-04 18:38:18 INFO install   File "/var/lib/juju/agents/unit-openstack-dashboard-0/charm/hooks/horizon_utils.py", line 279, in git_install
2015-08-04 18:38:18 INFO install     git_post_install(projects_yaml)
2015-08-04 18:38:18 INFO install   File "/var/lib/juju/agents/unit-openstack-dashboard-0/charm/hooks/horizon_utils.py", line 378, in git_post_install
2015-08-04 18:38:18 INFO install     'collectstatic', '--noinput'])
2015-08-04 18:38:18 INFO install   File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
2015-08-04 18:38:18 INFO install     raise CalledProcessError(retcode, cmd)
2015-08-04 18:38:18 INFO install subprocess.CalledProcessError: Command '['/mnt/openstack-git/venv/bin/python', '/usr/share/openstack-dashboard/manage.py', 'collectstatic', '--noinput']' returned non-zero exit status 1
2015-08-04 18:38:18 INFO juju.worker.uniter.context context.go:543 handling reboot
2015-08-04 18:38:18 ERROR juju.worker.uniter.operation runhook.go:103 hook "install" failed: exit status 1
Download as text