Actions
Refactor #5395
closedRefactor smart proxy registration to use the new foreman_api
Description
Also make sure that HTTP timeout is set to at least 5 minutes.
Putting this on the sprint since this annoys Katello devs, Foreman + Katello usually timeouts.
Updated by Tomáš Strachota over 10 years ago
New dynamic bindings for foreman allow setting timeouts with ease:
ApipieBindings::API.new({:timeout => 300}) # in seconds, set 0 for infinity
https://github.com/Apipie/apipie-bindings/blob/master/lib/apipie_bindings/api.rb#L38
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.4 to 1.8.3
Updated by Lukas Zapletal over 10 years ago
This one is the relevant: https://github.com/theforeman/puppet-foreman/pull/181
Updated by Lukas Zapletal over 10 years ago
- Status changed from New to Ready For Testing
Updated by Dominic Cleal over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
- Translation missing: en.field_release set to 10
Actions