Bug #24279
`handle_ca` still called in ssh provisioning even though the method was removed
Difficulty:
Triaged:
No
Description
`handle_ca` is still being called in app/models/concerns/orchestration/ssh_provision.rb under `setSSHCert`. This method was removed here: https://github.com/theforeman/foreman/pull/5580/files.
This is causing ssh provisioning to fail since the method cannot be found.
Related issues
Associated revisions
History
#1
Updated by Ian Ballou over 4 years ago
- Assignee set to Ian Ballou
#2
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5846 added
#3
Updated by Timo Goebel over 4 years ago
- Fixed in Releases 1.19.0 added
#4
Updated by Timo Goebel over 4 years ago
- Related to Feature #23626: Move PuppetCA autosigning to build queue added
#5
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/5854 added
#6
Updated by Anonymous over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 6113b6355d43d4ad7135e98d439530c8a3864ca8.
#7
Updated by Daniel Lobato Garcia over 4 years ago
- Target version set to 1.18.1
- Fixed in Releases 1.18.1 added
#8
Updated by Tomer Brisker over 4 years ago
- Fixed in Releases 1.19.0-RC1 added
- Fixed in Releases deleted (
1.19.0)
#9
Updated by Tomer Brisker over 4 years ago
- Fixed in Releases 1.19.0 added
- Fixed in Releases deleted (
1.19.0-RC1)
#10
Updated by Tomer Brisker over 4 years ago
- Category set to Orchestration
#11
Updated by Tomer Brisker over 4 years ago
- Fixed in Releases 1.20.0 added
- Fixed in Releases deleted (
1.18.1)
#12
Updated by Greg Sutcliffe over 4 years ago
- Fixed in Releases deleted (
1.20.0)
Fixes #24279 - removed setSSHCert - handle_ca no longer around