New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/f238551bf8630431cd1df7acd15bba9ed1128c37 commit f238551bf8630431cd1df7acd15bba9ed1128c37 Author: Alberto Bellotti <abellotti.github.com> AuthorDate: Tue Nov 22 08:24:02 2016 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Mon Jan 16 10:05:32 2017 -0500 Merge pull request #12522 from isimluk/rhbz#1392594 Some providers are not associated with custom_attributes (cherry picked from commit 715a2782927b1904346c1c3b6f11da4ce7a39deb) https://bugzilla.redhat.com/show_bug.cgi?id=1412280 .../api/subcollections/custom_attributes.rb | 14 +++++++-- spec/requests/api/providers_spec.rb | 34 ++++++++++++++++++++++ 2 files changed, 45 insertions(+), 3 deletions(-)
In euwe since: 82d6df6a1c6a093f1060453d21935843886776a1
Verified by adding custom attribute to Satellite 6 provider: POST /api/providers/1/custom_attributes?provider_class=provider { "action": "add", "name": "ca_name_001", "value": "ca_value_001" } response: { "error": { "kind": "bad_request", "message": "ManageIQ::Providers::Foreman::Provider does not support management of custom attributes", "klass": "Api::BadRequestError" } }
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://rhn.redhat.com/errata/RHSA-2017-0320.html