Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/openstack/baremetal_introspection/v1/__pycache__/introspection.cpython-39.pyc
Ðазад
a t�h, � @ s\ d dl mZ d dlmZ d dl mZ d dl mZ d dl mZ e�d�ZG dd� dej �Z d S ) � )�_log)�_common)� exceptions)�resource)�utils� openstackc @ s� e Zd ZdZdZdZdZdZdZdZ dZ dZdZe �d�Ze �d�Ze jddd �Ze jd ed�Ze jded�Ze �d �Ze �d�Zdd� Zddd�Zddd�Zdd� ZdS )� IntrospectionZ introspectionz/introspectionTF�POST�finished_at�error�uuid)Zalternate_id�finished)�type�links� started_at�statec C st | j r dS | �|�}| �|d�}| jdd�}t�|jd�|_|j|j|j|t j d�}dj| jd�}t j||d � dS ) z�Abort introspection. :param session: The session to use for making this request. :type session: :class:`~keystoneauth1.adapter.Adapter` N�deleteT�Zrequires_id�abort)�headers�microversionZretriable_status_codesz+Failed to abort introspection for node {id}��id�� error_message)�is_finished�_get_session�_get_microversion_for�_prepare_requestr �urljoin�url�postr r ZRETRIABLE_STATUS_CODES�formatr r �raise_from_response)�self�session�version�request�response�msg� r* ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/openstack/baremetal_introspection/v1/introspection.pyr 7 s ��zIntrospection.abortc C s� | � |�}|r| �|d�nd}| jdd�}t�|jd�|_|sNt�|jd�|_|j|j|j|d�}dj| j d �}t j||d � |�� S )a. Get introspection data. Note that the introspection data format is not stable and can vary from environment to environment. :param session: The session to use for making this request. :type session: :class:`~keystoneauth1.adapter.Adapter` :param processed: Whether to fetch the final processed data (the default) or the raw unprocessed data as received from the ramdisk. :type processed: bool :returns: introspection data from the most recent successful run. :rtype: dict �fetchz1.17Tr �data�unprocessed)r r z0Failed to fetch introspection data for node {id}r r ) r r r r r r �getr r"