https://github.com/ManageIQ/ansible_tower_client/pull/41
New commit detected on ManageIQ/ansible_tower_client/master: https://github.com/ManageIQ/ansible_tower_client/commit/03463622a5ddb103267c2581d794984a057b755a commit 03463622a5ddb103267c2581d794984a057b755a Author: Brandon Dunne <bdunne> AuthorDate: Fri Jul 22 14:18:54 2016 -0400 Commit: Brandon Dunne <bdunne> CommitDate: Fri Jul 22 14:18:54 2016 -0400 Ensure we always set content_type of "application/json" Fixes error: unsupported media type "application/x-www-form-urlencoded" in request https://bugzilla.redhat.com/show_bug.cgi?id=1348500 lib/ansible_tower_client/connection.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/ManageIQ/manageiq/pull/10005
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/4b9920e913df5b7e835ab67f273dbb798f8a2323 commit 4b9920e913df5b7e835ab67f273dbb798f8a2323 Author: Brandon Dunne <bdunne> AuthorDate: Fri Jul 22 15:59:38 2016 -0400 Commit: Brandon Dunne <bdunne> CommitDate: Fri Jul 22 15:59:48 2016 -0400 Upgrade ansible_tower_client gem to ~>0.3.1 Includes fix for the following error while posting to the Ansible Tower 3.0+ REST API: unsupported media type "application/x-www-form-urlencoded" in request https://bugzilla.redhat.com/show_bug.cgi?id=1348500 Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)