Actions
Bug #20921
closedkatello-change-hostname tries to change the wrong default proxy if default proxy id has multiple digits
Description
k-c-h currently uses the following to get the ID of the default proxy:
default_capsule_id = `hammer -u #{@options[:username]} -p #{@options[:password]} capsule list | grep #{old_hostname} | awk '{ print $1 }'`[0]
this only works for IDs that have a single digit, otherwise the `[0]` cuts all the remaining digits silently.
While I see no reason for the default proxy to be anything than ID 1, the code should cope for any number.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-packaging/pull/527 added
Updated by Evgeni Golov over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-packaging|f7db11e5e7019a5a264c44cd77d581253776ba0d.
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release set to 250
Actions