#4775 ipa-restore crashes
Closed: Fixed None Opened 9 years ago by pviktori.

On master, ipa-restore fails with:

   File "/usr/lib/python2.7/site-packages/ipapython/admintool.py", line 171, in execute
    return_value = self.run()
  File "/usr/lib/python2.7/site-packages/ipaserver/install/ipa_restore.py", line 286, in run
    self.cert_restore_prepare()
  File "/usr/lib/python2.7/site-packages/ipaserver/install/ipa_restore.py", line 665, in cert_restore_prepare
    dogtag.configured_constants())

TypeError: stop_tracking_certificates() takes exactly 1 argument (2 given)

due to changes in aa9ecb2 (#4727). The CAInstance.stop_tracking_certificates method no longer takes the dogtag_constants argument (removed for #4619).


master:

  • 3778462 Fix stop_tracking_certificates call in ipa-restore

Metadata Update from @pviktori:
- Issue assigned to jcholast
- Issue set to the milestone: FreeIPA 4.2

7 years ago

Login to comment on this ticket.

Metadata