Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/openstack/orchestration/util/__pycache__/environment_format.cpython-39.pyc
Ðазад
a u�ha � @ s4 d dl Z d dlmZ d Z\ZZZZZZ dd� Z dS )� N)�template_format)Zparameter_defaults� parametersZresource_registryZencrypted_param_namesZevent_sinksZparameter_merge_strategiesc C s� zt j| tjd�}W nX t jyl zt j| t jd�}W n. t jyf } zt|��W Y d}~n d}~0 0 Y n"0 |du r|i }nt|t�s�td��|D ]}|t vr�td| ��q�|S )z�Takes a string and returns a dict containing the parsed structure. This includes determination of whether the string is using the YAML format. )�LoaderNz6The environment is not a valid YAML mapping data type.z"environment has wrong section "%s") �yaml�loadr Zyaml_loaderZ YAMLErrorZ SafeLoader� ValueError� isinstance�dict�SECTIONS)Zenv_str�envZyea�param� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/openstack/orchestration/util/environment_format.py�parse s"