diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..471a734 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,17 @@ +If you would like to contribute to the development of OpenStack, you must +follow the steps in this page: + + http://docs.openstack.org/infra/manual/developers.html + +If you already have a good understanding of how the system works and your +OpenStack accounts are set up, you can skip to the development workflow +section of this documentation to learn how changes to OpenStack should be +submitted for review via the Gerrit tool: + + http://docs.openstack.org/infra/manual/developers.html#development-workflow + +Pull requests submitted through GitHub will be ignored. + +Bugs should be filed on Launchpad, not GitHub: + + https://bugs.launchpad.net/tatu diff --git a/HACKING.rst b/HACKING.rst new file mode 100644 index 0000000..624297c --- /dev/null +++ b/HACKING.rst @@ -0,0 +1,4 @@ +Tatu Style Commandments +=============================================== + +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/babel.cfg b/babel.cfg new file mode 100644 index 0000000..15cd6cb --- /dev/null +++ b/babel.cfg @@ -0,0 +1,2 @@ +[python: **.py] + diff --git a/requirements.txt b/requirements.txt index f548eac..92d6369 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +pbr>=2.0 # Apache-2.0 sshpubkeys>=2.2.0 pycrypto>=2.6.1 falcon>=1.3.0 diff --git a/test-requirements.txt b/test-requirements.txt index 26d4693..880f9e6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,13 +2,21 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -# Install bounded pep8/pyflakes first, then let flake8 install -hacking<0.11,>=0.10.0 - sshpubkeys>=2.2.0 pytest>=3.3.1 pycrypto>=2.6.1 -coverage>=3.6 # Apache-2.0 mock>=2.0 # BSD os-testr>=0.7.0 # Apache-2.0 bandit>=1.0.1 # Apache-2.0 + +hacking>=0.12.0,<0.13 # Apache-2.0 + +coverage>=4.0,!=4.4 # Apache-2.0 +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx>=1.6.2 # BSD +oslotest>=1.10.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0 +testtools>=1.4.0 # MIT +openstackdocstheme>=1.11.0 # Apache-2.0 +# releasenotes +reno>=1.8.0 # Apache-2.0