diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2013-08-13 17:14:42 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2013-08-23 12:08:32 -0500 |
| commit | 17f13f7bf4cea80e8e1380fbc8295318de5be383 (patch) | |
| tree | 611a7a512eae39341911db529b36035d737730e2 /tox.ini | |
| parent | b440986e6e0e90c220fe3e52f893bc5dd51cae5a (diff) | |
| download | python-openstackclient-17f13f7bf4cea80e8e1380fbc8295318de5be383.tar.gz | |
Create a new base REST API interface
* restapi module provides basic REST API support
* uses dicts rather than Resource classes
* JSON serialization/deserialization
* log requests in 'curl' format
* basic API boilerplate for create/delete/list/set/show verbs
* ignore H302 due to urllib import
Change-Id: I3cb91e44e631ee19e9f5dea19b6bac5d599d19ce
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,6 +23,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' downloadcache = ~/cache/pip [flake8] -ignore = E126,E202,W602,H402 +ignore = E126,E202,W602,H302,H402 show-source = True exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools |
