OpenStack Networking (Neutron) Client
Go to file
Akihiro Motoki 9c464ba53f Use graduated oslo libraries
The following libraries have been graduated:
- gettextutils -> oslo.i18n
- jsonutils -> oslo.serialization
- strutils, timeutils -> oslo.utils

Add neutronclient.i18n module as oslo.i18n adapter.

Remove openstack.common related files completely
because neutronclient no longer use any oslo-incubator modules.

Closes-Bug: #1382017
Change-Id: Ib7ebcb691a12858049baab3b122f95bf43038f18
2014-10-21 15:37:00 +09:00
doc/source Stop using intersphinx 2014-09-13 09:44:00 +02:00
neutronclient Use graduated oslo libraries 2014-10-21 15:37:00 +09:00
tools Rename quantumclient to neutronclient 2013-07-03 11:56:44 -04:00
.coveragerc update coveragerc file 2014-01-27 16:56:49 +02:00
.gitignore Updates .gitignore 2013-11-28 22:31:43 +08:00
.gitreview Renamed quantum to neutron in .gitreview 2013-07-06 12:29:37 -04:00
.pylintrc Split quantumclient out. 2012-01-18 09:39:25 +11:00
.testr.conf Move tests back to neutronclient package 2013-08-22 09:10:36 -04:00
CONTRIBUTING.rst Add CONTRIBUTING.rst 2014-07-08 23:45:24 +08:00
HACKING.rst Make HACKING.rst DRYer 2013-11-11 11:29:58 -08:00
LICENSE Split quantumclient out. 2012-01-18 09:39:25 +11:00
MANIFEST.in Rename README to README.rst 2013-06-01 10:08:50 +02:00
neutron_test.sh Improvements in neutron_test sanity tests script 2014-03-31 17:02:36 -03:00
README.rst Rename quantumclient to neutronclient 2013-07-03 11:56:44 -04:00
requirements.txt Use graduated oslo libraries 2014-10-21 15:37:00 +09:00
setup.cfg Support building wheels (PEP-427) 2014-02-07 12:17:29 +01:00
setup.py Updated from global requirements 2014-04-30 02:46:40 +00:00
test-requirements.txt Merge "Updated from global requirements" 2014-10-20 15:40:41 +00:00
tox.ini Fix E113 hacking check 2014-10-20 09:34:34 +02:00

This is the client API library for Neutron.