Project

Profile

Help

Issue #795

closed

MissingResource is raised when required key 'units' is missing during schedule creation

Added by ipanova@redhat.com about 9 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version:
Platform Release:
2.7.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

$ curl -i -H "Accept: application/json" -H "WebFrameworkSwitch: django" -X POST -k -u admin:admin -d '{"schedule":"P1D"}' "https://localhost/pulp/api/v2/consumers/c1/schedules/content/install/"
HTTP/1.1 404 NOT FOUND
Date: Wed, 18 Mar 2015 15:23:06 GMT
Server: Apache/2.4.10 (Fedora) OpenSSL/1.0.1e-fips mod_wsgi/3.5 Python/2.7.5
Content-Encoding: utf-8
Content-Length: 418
Content-Type: application/json

{"http_request_method": "POST", "exception": null, "error_message": "Missing resource(s): resource_id=['units']", "_href": "/pulp/api/v2/consumers/c1/schedules/content/install/", "http_status": 404, "error": {"code": "PLP0009", "data": {"resources": {"resource_id": ["units"]}}, "description": "Missing resource(s): resource_id=['units']", "sub_errors": []}, "traceback": null, "resources": {"resource_id": ["units"]}}

I expect 400 and MissingValue

Actions #1

Updated by ipanova@redhat.com about 9 years ago

  • Status changed from NEW to POST
Actions #2

Updated by bmbouter about 9 years ago

  • Severity changed from Low to 1. Low
Actions #3

Updated by ipanova@redhat.com about 9 years ago

  • Status changed from POST to MODIFIED
Actions #4

Updated by dkliban@redhat.com almost 9 years ago

  • Platform Release set to 2.7.0
Actions #5

Updated by dkliban@redhat.com almost 9 years ago

  • Status changed from MODIFIED to 5
Actions #6

Updated by igulina@redhat.com almost 9 years ago

  • Status changed from 5 to 6
>> rpm -qa pulp-server
pulp-server-2.7.0-0.3.beta.fc20.noarch

>> curl -i -H "Accept: application/json" -H "WebFrameworkSwitch: django" -X POST -k -u admin:admin -d '{"schedule":"P1D"}' "https://localhost/pulp/api/v2/consumers/cheburashka/schedules/content/install/" 
HTTP/1.1 400 BAD REQUEST
Date: Fri, 19 Jun 2015 09:14:49 GMT
Server: Apache/2.4.10 (Fedora) OpenSSL/1.0.1e-fips mod_wsgi/3.5 Python/2.7.5
Content-Encoding: utf-8
Content-Length: 412
Connection: close
Content-Type: application/json

{"http_request_method": "POST", "exception": null, "error_message": "Missing values for: ['units']", "_href": "/pulp/api/v2/consumers/cheburashka/schedules/content/install/", "http_status": 400, "error": {"code": "PLP0016", "data": {"property_names": ["units"], "properties": "['units']"}, "description": "Missing values for: ['units']", "sub_errors": []}, "missing_property_names": ["units"], "traceback": null}
Actions #7

Updated by amacdona@redhat.com over 8 years ago

  • Status changed from 6 to CLOSED - CURRENTRELEASE
Actions #9

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Added by Mike DePaulo over 2 years ago

Revision 3111db80 | View on GitHub

Update packages mode support for Pulp 3.15

by changing the default package name prefix (pulp_pkg_name_prefix) from python3- to tfm-pulpcore-python3-.

Also update pulp_pkg_repo in CI.

fixes: #795

Added by Mike DePaulo over 2 years ago

Revision 3111db80 | View on GitHub

Update packages mode support for Pulp 3.15

by changing the default package name prefix (pulp_pkg_name_prefix) from python3- to tfm-pulpcore-python3-.

Also update pulp_pkg_repo in CI.

fixes: #795

Also available in: Atom PDF