Bug 749242

Summary: /usr/bin/log-delete throws a deprecation error
Product: [Retired] Beaker Reporter: Derrich Hafemann <dhafeman>
Component: schedulerAssignee: Raymond Mancy <rmancy>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 0.7CC: bpeck, dcallagh, ebaak, mcsontos, rmancy, stl
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-04 01:43:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Derrich Hafemann 2011-10-26 14:53:55 UTC
Description of problem:

While building up the RHEL6/Beaker 0.8 staging environment, noticed that the beaker log delete tool throws a deprecation error:

<string>:1: SADeprecationWarning: join(self, *props, **kwargs) now accepts multiple props arguments as a variable argument list.  Supplying props as a single list is
deprecated and support will be removed in a future release.


Version-Release number of selected component (if applicable):

beaker-server-0.8.0-2.el6eso.noarch


How reproducible:

100%

Steps to Reproduce:
1. Either let the cron job run which calls the utility, or run it directly:

su -c "/usr/bin/kinit -k -t /etc/httpd/conf/httpd.keytab HTTP/beaker-stage-02.app.eng.bos.redhat.com;/usr/bin/log-delete" -s /bin/bash apache

  
Actual results:

log-delete throws the deprecation warning message noted above

Expected results:

log-delete should run without these messages

Comment 1 Raymond Mancy 2011-10-27 23:30:44 UTC
sure

Comment 3 Dan Callaghan 2012-01-04 01:43:51 UTC
Beaker 0.8 has been released.