Commit Graph

5 Commits

Author SHA1 Message Date
Martin Oemke
f3222f9dae Fix Testing.rst
Change-Id: Ia44f463f1e31b0d5f1bce7964b0f6f8fa228b209
2016-01-07 18:15:44 +00:00
Martin Oemke
06b53f2305 Enable pep8 tests in tacker code
This Patch enables this tests for all new patches to tacker.

F402 import module shadowed by loop variable
F812 list comprehension redefines name from line
H237 module is removed in Python 3

see OpenStack Style Guidelines
http://docs.openstack.org/developer/hacking/

This patch cleans up py26 and py33 references,
because it is just necessary to test py27 and py34.

see
http://governance.openstack.org/reference/cti/python_cti.html

Change-Id: I7b225f6939f553b06ba84d01ccbdecf41b1a910a
Related-Bug: 1515930
2015-12-28 13:26:16 +00:00
Sridhar Ramaswamy
492eba6c4a Cleanup Tacker docs and introduce tox doc test
Deep cleaning of tacker doc/source dir by removing all references
to Neutron, remove non-applicable doc files and various other
fixes and references to Tacker urls. Introduce fixed up HACKING and
CONTRIBUTING docs.

Also add tox 'docs' test run and enable it by default

Change-Id: I90c48eeb3724adb3de3431f1f5464c5200dad071
2015-10-19 19:15:13 +00:00
Jeremy Stanley
04fe8bed09 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: Id02f93f64d12010bb64a3b21f854d499e0528a42
2014-12-05 03:30:47 +00:00
Isaku Yamahata
8aff29509f import neutron master of cba140daccd7c4f715263cda422d5cec27af069d
Merge Neutron master branch to tacker master branch with modification
of tox.ini and .gitreview.
This patch imports the following change set of Neutron.

  > commit cba140daccd7c4f715263cda422d5cec27af069d
  > Merge: 63d8237 6bed4a0
  > Author: Jenkins <jenkins@review.openstack.org>
  > Date:   Sun Jun 22 16:02:56 2014 +0000
  >
  >     Merge "Adding static routes data for members"

Change-Id: I5a0f522bc20530c46e35dc9e03fe72d72ad04577
2014-07-01 17:11:09 +09:00