Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 941718 Details for
Bug 1147082
TaskStatus.queue attribute should be removed with Pulp 3.0.0
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
revert the injection of the queue attribute
remove_queue_attribute_duplication.patch (text/plain), 693 bytes, created by
Brian Bouterse
on 2014-09-26 20:57:11 UTC
(
hide
)
Description:
revert the injection of the queue attribute
Filename:
MIME Type:
Creator:
Brian Bouterse
Created:
2014-09-26 20:57:11 UTC
Size:
693 bytes
patch
obsolete
>diff --git a/server/pulp/server/webservices/controllers/dispatch.py b/server/pulp/server/webservices/controllers/dispatch.py >index ece97cd..86018aa 100644 >--- a/server/pulp/server/webservices/controllers/dispatch.py >+++ b/server/pulp/server/webservices/controllers/dispatch.py >@@ -93,8 +93,6 @@ class TaskResource(JSONController): > link = serialization.link.link_obj('/pulp/api/v2/tasks/%s/' % task_id) > task.update(link) > task.update(serialization.dispatch.spawned_tasks(task)) >- if 'worker_name' in task: >- task.update({'queue': task['worker_name']}) > return self.ok(task) > > @auth_required(authorization.DELETE)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1147082
:
941718
|
942335