Go to file
Takashi Kajinami 074e59151d Use yaml.safe_load instead of yaml.load
Since PyYAML 5.1, yaml.load without specifying the Loader option is
deprecated and shows the following warning.

YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated,
as the default Loader is unsafe.
Please read https://msg.pyyaml.org/load for full details.

This change replaces usage of yaml.load by yaml.safe_load, to get rid
of that warning message.

Change-Id: Ibe25c4aaf3aa7226f28ec60b8a929ecc143face1
(cherry picked from commit f83108d858)
2022-03-25 16:54:43 -05:00
2021-01-03 16:58:30 +08:00
2021-01-03 16:58:30 +08:00
2015-12-29 19:14:17 +00:00
2018-09-06 01:09:28 +02:00
2019-07-18 20:28:55 +09:00
2012-01-18 09:39:25 +11:00
2015-12-09 11:09:26 +03:00
2021-03-22 10:57:23 +00:00
2020-04-04 17:06:45 +02:00

Team and repository tags

image

Python bindings to the Neutron API

Latest Version

This is a client library for Neutron built on the Neutron API. It provides a Python API (the neutronclient module) and a command-line tool (neutron).

Description
OpenStack Networking (Neutron) Client
Readme 40 MiB
Languages
Python 100%