Description of problem: AttributeError when using timeout value in repo sync [root@preethi ~]# rpm -q pulp pulp-0.0.181-1.fc14.noarch [root@preethi ~]# pulp-admin repo sync --id=f15 --timeout=minutes:10 -F error: operation failed: AttributeError: 'datetime.timedelta' object has no attribute 'schedule' [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# pulp-admin repo sync --id=f15 --timeout=hours:1 -F error: operation failed: AttributeError: 'datetime.timedelta' object has no attribute 'schedule'
committed in 9d2a41366811608d9e3564060a5ef11751668350 There was an arg/keyword arg mismatch in a function call. Also, i fixed the command help to show the correct example format for a timeout value.
build: 0.196
verified [root@preethi ~]# rpm -q pulp pulp-0.0.223-1.fc14.noarch [root@preethi ~]# pulp-admin repo sync --id=f14 --timeout=P2Y3M4DT5H6M Sync for repository f14 started Use "repo status" to check on the progress [root@preethi ~]#
Closing with Community Release 15 pulp-0.0.223-4.