Go to file
Takashi Kajinami f83108d858 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
2021-09-01 17:53:41 +09:00
2015-12-29 19:14:17 +00:00
2018-09-06 01:09:28 +02:00
2019-04-19 19:44:46 +00:00
2019-07-18 20:28:55 +09:00
2021-03-18 12:56:37 +00:00
2012-01-18 09:39:25 +11:00
2021-03-19 14:01:54 +01:00
2015-12-09 11:09:26 +03:00
2021-03-19 14:01:54 +01:00
2020-04-04 17:06:45 +02:00
2021-06-03 07:00:38 +00: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 39 MiB
Languages
Python 100%