Satellite API Question
Hello all,
I am trying to write a python script for Satellite's API that will schedule a remote command. The problem is that even though I schedule the command to run now Satellite schedules 2 hours later. Here is my code:
def schedule_script
earliest_occurrence = xmlrpclib.DateTime()
print earliest_occurrence
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
