| Summary: | _href attribute missing doing GET from /tasks/ | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | mkovacik |
| Component: | API/integration | Assignee: | Randy Barlow <rbarlow> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | pulp-qe-list |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.2 | CC: | pthomas, rbarlow, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-09 06:55:54 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
mkovacik
2013-10-11 11:50:31 UTC
build: 2.4.0-0.7.beta verified
[root@pulp-24-server upload]# rpm -qa pulp-server
pulp-server-2.4.0-0.9.beta.el6.noarch
[root@pulp-24-server upload]#
u'_id': {u'$oid': u'534d43b31df6a21bcdd3fc9f'},
u'_ns': u'task_status',
u'finish_time': u'2014-04-15T14:35:32Z',
u'queue': u'reserved_resource_worker-0.redhat.com',
u'result': None,
u'spawned_tasks': [],
u'start_time': u'2014-04-15T14:35:31Z',
u'state': u'finished',
u'tags': [u'pulp:repository:proxy1', u'pulp:action:delete'],
u'task_id': u'72354d02-ade4-48aa-9bd7-89f2a893ddd0',
u'task_type': u'pulp.server.tasks.repository.delete'},
{u'_href': u'/pulp/api/v2/tasks/802e23c3-716f-4c14-a5b0-d51bc4aae309/',
u'_id': {u'$oid': u'534d44991df6a21bcdd3fca3'},
u'_ns': u'task_status',
u'finish_time': u'2014-04-15T14:39:21Z',
u'queue': u'reserved_resource_worker-0.redhat.com',
u'result': None,
u'spawned_tasks': [],
u'start_time': u'2014-04-15T14:39:21Z',
u'state': u'finished',
u'tags': [u'pulp:repository:pulp', u'pulp:action:delete'],
u'task_id': u'802e23c3-716f-4c14-a5b0-d51bc4aae309',
u'task_type': u'pulp.server.tasks.repository.delete'},
This has been fixed in Pulp 2.4.0-1. |