Go to file
Adrien Vergé 7eb3241650 Fix functional tests and tox 2.0 errors
With the recent update to tox 2.0.x, environment variables such as
OS_AUTH_URL are not passed by default, resulting in tests errors
mentionning Keystone authentication failures.

This patch reads credentials from the 'functional_creds.conf' config
file, like it is done in novaclient, glanceclient, manilaclient and
soon in cinderclient.

Reading credentials the old way (the environment) is still possible.

Change-Id: Ief0f050044ecd90a14bbaf044e2b93ade0a6173f
Closes-Bug: #1455102
2015-05-26 16:26:51 +02:00
2014-09-13 09:44:00 +02:00
2014-01-27 16:56:49 +02:00
2013-11-28 22:31:43 +08:00
2012-01-18 09:39:25 +11:00
2015-03-06 22:51:31 +00:00
2013-11-11 11:29:58 -08:00
2012-01-18 09:39:25 +11:00
2013-06-01 10:08:50 +02:00
2015-01-07 09:47:21 +01:00
2014-04-30 02:46:40 +00:00

Python bindings to the Neutron API

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).

Development takes place via the usual OpenStack processes as outlined in the developer guide.

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