Commit Graph

6 Commits

Author SHA1 Message Date
Hervé Beraud 201b537f95 Moving to OFTC
http://lists.openstack.org/pipermail/openstack-discuss/2021-May/022724.html

Change-Id: I3db9febff755b9f009489b6c1659de103dcbdbbf
2021-06-04 13:56:58 +02:00
haixin 10cb40e016 Remove all usage of six library
Replace six with Python 3 style code.

Change-Id: I559fcf1696c2ce62944b501d54695f8d205db0cf
2020-10-06 16:38:22 +08:00
Hervé Beraud 8ff656ec24 Stop to use the __future__ module.
The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3.

We previously dropped the support of python 2.7 [2] and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Imports commonly used and their related PEPs:
- `division` is related to PEP 238 [3]
- `print_function` is related to PEP 3105 [4]
- `unicode_literals` is related to PEP 3112 [5]
- `with_statement` is related to PEP 343 [6]
- `absolute_import` is related to PEP 328 [7]

[1] https://docs.python.org/3/library/__future__.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[3] https://www.python.org/dev/peps/pep-0238
[4] https://www.python.org/dev/peps/pep-3105
[5] https://www.python.org/dev/peps/pep-3112
[6] https://www.python.org/dev/peps/pep-0343
[7] https://www.python.org/dev/peps/pep-0328

Change-Id: I602a07fc4517ee053c4bfc25920209a2e7ce4f5f
2020-06-02 20:41:13 +02:00
Hervé Beraud fb9efaa018 Make oslo.tools more usable by newcomers
These changes make oslo.tools more user friendly by documenting tools
introducing commands shortcut etc...

Introduced changes:
- add doc and build it with tox
- add tox and shortcut commands
- centralize tools
- launch zuul jobs
- apply pep8
- apply bashate

Change-Id: I0f948c9f507b8c951c5748265699a2f515350ff9
2020-03-30 11:31:52 +02:00
melissaml a770c21c06 Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I2c0bf3844e9c56f78269ac1746c780b640dd1e9c
2018-04-21 13:27:41 +08:00
Joshua Harlow 5b1f6f6b47 Add oslo admin-assistant bot
This bot can currently do the following:

* Periodically report on periodic status jobs in
  either simple or verbose mode.
* Find a projects meeting notes.
* Run in IRC (it should also work in slack, or other
  errbot supported backend).

Change-Id: I5df76ecd1352d4e3fb2a5a238163cf65257fc440
2016-08-11 14:53:18 -07:00