| Server IP : 61.19.30.66 / Your IP : 216.73.216.15 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python2.7/dist-packages/landscape/broker/ |
Upload File : |
ó
}9Rc @ s? d Z d d l Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z d d l
m Z m Z d d l
m Z d d l m Z d d l m Z d
Z d e f Z d e f d
„ ƒ YZ d „ Z d „ Z d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d „ Z d „ Z e d „ Z d S( sË
Handle client registration against the server.
When the service is started for the first time it connects to the server
as a new client without providing any identification credentials, and the
server replies with the available registration mechanisms. At this point
the machinery in this module will notice that we have no identification
credentials yet and that the server accepts regiration messages, so it
will craft an appropriate one and send it out.
iÿÿÿÿN( t Deferred( t loads( t log_failure( t fetcht
FetchError( t is_valid_tag_list( t get_fqdn( t get_vm_infos 169.254.169.254s http://%s/latestt InvalidCredentialsErrorc B s e Z d Z RS( sx
Raised when an invalid account title and/or registration key
is used with L{RegistrationManager.register}.
( t __name__t
__module__t __doc__( ( ( sA /usr/lib/python2.7/dist-packages/landscape/broker/registration.pyR s c s+ ‡ f d † } ‡ f d † } t | | ƒ S( Nc s | j j ˆ ƒ S( N( t _persistt get( t self( t name( sA /usr/lib/python2.7/dist-packages/landscape/broker/registration.pyR
&