U
    w7eH                     @   s(   d dl mZmZ d	ddZd
ddZdS )    )
url_helperutil      c                 C   s6   t j| |||d}| s&td|  t|j S )Ntimeoutsec_betweenretrieszunable to read metadata at %s)r   readurlokRuntimeErrorr   Z	load_yamlcontentsdecodeZurlr   r   r	   Zresponse r   C/usr/lib/python3/dist-packages/cloudinit/sources/helpers/hetzner.pyread_metadata	   s       r   c                 C   s,   t j| |||d}| s&td|  |jS )Nr   zunable to read userdata at %s)r   r
   r   r   r   r   r   r   r   read_userdata   s       r   N)r   r   r   )r   r   r   )Z	cloudinitr   r   r   r   r   r   r   r   <module>   s   
	