Murano- Package Dependencies like glance images with agent not downloading

Bug #1603039 reported by Ajith Narayanan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Murano
Invalid
High
Unassigned

Bug Description

After Murano Installation

1) While packages are being imported, the dependent glance images with murano agent download starts and remains in 'SAVING' mode forever.

2) The murano logs keep displaying below DEBUG message and the project list in the horizon dashboard does not show up the list of projects due to this authentication problem.

DEBUG:keystoneauth.session:Request returned failure status: 404
Unable to retrieve project list.
Traceback (most recent call last):
  File "/root/murano/horizon/.tox/venv/local/lib/python2.7/site-packages/openstack_auth/user.py", line 316, in authorized_tenants
    is_federated=self.is_federated)
  File "/root/murano/horizon/.tox/venv/local/lib/python2.7/site-packages/openstack_auth/utils.py", line 330, in get_project_list
    projects = client.tenants.list()
  File "/root/murano/horizon/.tox/venv/local/lib/python2.7/site-packages/keystoneclient/v2_0/tenants.py", line 125, in list
    tenant_list = self._list('/tenants%s' % query, 'tenants')
  File "/root/murano/horizon/.tox/venv/local/lib/python2.7/site-packages/keystoneclient/base.py", line 124, in _list
    resp, body = self.client.get(url, **kwargs)
  File "/root/murano/horizon/.tox/venv/local/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 178, in get
    return self.request(url, 'GET', **kwargs)
  File "/root/murano/horizon/.tox/venv/local/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 335, in request
    resp = super(LegacyJsonAdapter, self).request(*args, **kwargs)
  File "/root/murano/horizon/.tox/venv/local/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 103, in request
    return self.session.request(url, method, **kwargs)
  File "/root/murano/horizon/.tox/venv/local/lib/python2.7/site-packages/positional/__init__.py", line 101, in inner
    return wrapped(*args, **kwargs)
  File "/root/murano/horizon/.tox/venv/local/lib/python2.7/site-packages/keystoneauth1/session.py", line 559, in request
    raise exceptions.from_response(resp, method, url)
NotFound: The resource could not be found. (HTTP 404) (Request-ID: req-cfa00855-9d1a-4271-a8b2-4fec49f9549c)

Changed in murano:
importance: Undecided → High
milestone: none → newton-2
Changed in murano:
milestone: newton-2 → newton-3
Revision history for this message
Kirill Zaitsev (kzaitsev) wrote :

> While packages are being imported, the dependent glance images with murano agent download starts and remains in 'SAVING' mode forever.

This means, that murano passed the ball to glance. Murano does not actually download the images itself, but rather relays on glance's copy-from functionality from v1 api. If the image is saving too long — there might be a networking issue with downloading it

Changed in murano:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.