Actions
Bug #9008
closedhammer content-view puppet-module add fails with 'Missing values for content_view_puppet_module'
Description
The bats tests started failing with:
hammer -dv -u admin -p changeme content-view puppet-module add --organization="Default Organization" --content-view="Test CV" --id=$module_id
[ERROR 2015-01-16 12:40:39 Exception] Missing values for content_view_puppet_module.
Could not add the puppet module:
Missing values for content_view_puppet_module.
[ERROR 2015-01-16 12:40:39 Exception]
RestClient::BadRequest (400 Bad Request):
It seems hammer is not uploading any parameters:
[ INFO 2015-01-16 12:40:39 API] POST /katello/api/content_views/2/content_view_puppet_modules
[DEBUG 2015-01-16 12:40:39 API] Params: {}
[DEBUG 2015-01-16 12:40:39 API] Headers: {}
[DEBUG 2015-01-16 12:40:39 API] 400 Bad Request
Actions