Commit Graph

11 Commits

Author SHA1 Message Date
Cédric Ollivier dc79be8a3b Update all modules to py3
It's mostly done via 2to3 and completed by manual updates fixing
TypeErrors and former false print calls.

It has been double checked via Functest which cannot cover all logics.

Change-Id: If272524f147735a942a84ce1d2bec4e3423817c2
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
2019-05-22 21:13:05 +02:00
Cédric Ollivier c54ab8f629 Fix vmtp/cfg.default.yaml
It fixes all errors/warnings detected by yamllint.
It adds a new entry in tox.ini to verify all changes.

Change-Id: I6aee76f9395f0f3d8b3e071e429a0d3d3ed03f18
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
2019-05-20 20:40:58 +02:00
Cédric Ollivier c1b0f57f3d Sync requirements with OpenStack requirements
It also adds upper constraints in pip calls.

Change-Id: I5a6b296b09628f0c21fe2c015c9379cc25c58198
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
2019-05-20 20:39:20 +02:00
Kerim Gokarslan 4dec062df8 Added fluentd support
Change-Id: Ie5ce47d28ede62092b53d8c448abae66c9e4d995
2017-08-23 14:01:08 -07:00
loooosy 0afab91417 Enable some off-by-default checks
Some of the available checks are disabled by default, like:
[H106] Don’t put vim configuration in source files
[H203] Use assertIs(Not)None to check for None

Change-Id: I489669b36b1d56907285fffec702c737143f644e
2017-07-18 08:52:05 +08:00
gengchc2 2f0217f5f3 Update flake8 ignore list
In hacking >= 0.10.0, there is no E123 and E125, so this commit to
delete them.

Change-Id: Iac2a251266f4a4ef1a7fbc9c162cb91245e2ed61
2016-09-28 10:59:40 +08:00
gengchc2 1f93449d92 Change __metaclass__ with optimal six.add_metaclass
Use six.add_metaclass instead of __metaclass__.[1]

[1]http://docs.openstack.org/developer/hacking/#

Change-Id: I4a6e5dc029bab6196256f4e95678e7d3939c3f62
2016-09-27 06:27:50 +00:00
janbalaz 911c16e8eb Fix ping command error handling, remove pypy from tox.ini
Change-Id: Ie7c3521f702a8db63739ddd40c73b93d67e9f2ed
2016-09-12 15:23:26 -07:00
janonymous 3f37c83765 py26 is no longer supported by Infra's CI
Python 2.6 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it too.

Change-Id: I1e602dd95f8d8de2df69191e323952b5187b3f36
2015-12-26 14:41:54 +05:30
Yichen Wang f5f754f406 Re-org the code to support "pip install"
Change-Id: Ifed51b19312b5373925f8685aa1eb8bd8770cf6d
2015-07-29 17:01:25 -07:00
Yichen Wang 09baadba2c Initial release of VMTP to stackforge
Change-Id: I30eb092d9a70dc6b3642a84887bb4604b1a3ea54
2015-02-09 14:14:00 -08:00