[Planetlab-devel] Re: problem #1 (with myplc 0.5-5)
Marc E. Fiuczynski
mef at CS.Princeton.EDU
Tue Jan 22 15:58:57 EST 2008
Hi Lee,
Considering that you are setting up a private PLC, code below should be
updated such that
XMLRPC_SERVER="https://$YOURSERVERSNAME_OR_IPADDRES/PLCAPI"
Just in case this wasn't clear.
Marc
> $ python
> >>> from xmlrpclib import Server
> >>> XMLRPC_SERVER="https://boot.planet-lab.org/PLCAPI/"
> >>> plc = Server(XMLRPC_SERVER, verbose=False, allow_none=True)
> >>> auth = {'Username': '', 'AuthMethod': 'password',
'AuthString': ''}
>
More information about the Devel
mailing list