Bug 1645057
Summary: | host_collection controller does not return host_ids key inside a POST response | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Roman Plevka <rplevka> |
Component: | Host Collections | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED ERRATA | QA Contact: | Roman Plevka <rplevka> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.5.0 | CC: | abalakht, egolov, pcreech |
Target Milestone: | 6.5.0 | Keywords: | Regression, Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | tfm-rubygem-katello-3.9.1-0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-05-14 12:38:32 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: | |
Embargoed: |
Description
Roman Plevka
2018-11-01 10:39:17 UTC
Created redmine issue https://projects.theforeman.org/issues/25420 from this bug Upstream bug assigned to cfouant Upstream bug assigned to cfouant Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/25420 has been resolved. *** Bug 1654383 has been marked as a duplicate of this bug. *** VERIFIED # curl -sku admin:changeme -H "Content-Type: application/json" -d '{"name": "foo4", "organization_id": 3}' https://$(hostname)/katello/api/v2/host_collections {"host_ids":[],"name":"foo4","organization_id":3,"max_hosts":null,"description":null,"total_hosts":0,"unlimited_hosts":true,"created_at":"2018-12-10 14:02:59 UTC","updated_at":"2018-12-10 14:02:59 UTC","id":1,"permissions":{"deletable":true,"editable":true}} # rpm -qa | grep satellite satellite-6.5.0-5.beta.el7sat.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:1222 |