8 Commits

Author SHA1 Message Date
Dirk Mueller
1db5db2dc5 Use Python 3.x compatible syntax constructs
Avoid print operator, deprected except and
other things covered by statical checks.

Change-Id: I89f9608b977b2d4567300ec82558284dac347c9a
2013-06-23 20:51:36 +02:00
Sean Dague
14c6818df7 fix E122 and E126 flake8 issues
Simple indenting for clarity. E122 and E126 are generally pretty
reasonable and not pathologic, so make these cleanups so we can
start enforcing them.

Part of violetprint:travel-day-cleanups

Change-Id: Ie1ff8d31aab83b943784a34702cc5668add68a21
2013-04-15 08:33:06 -04:00
Kurt Taylor
6a6f5be785 Fix IBM copyright strings
Update IBM copyright strings to one consistant format

Change-Id: I56bd87dd84a78cc5336d31c3af701941c48e1539
2013-04-02 18:55:05 -04:00
afazekas
c426f3acf4 Remove unused imports
Removing the unused imports.

Change-Id: I30caa85b51a3cf969f6a1dfa8920be8d809cf257
2013-03-25 17:34:40 +01:00
Matthew Treinish
90aedd1a87 Use oslo.config-1.1.0b1
The cfg API is now available via the oslo-config library, so switch to
it and remove the copied-and-pasted version.

Add the oslo.config-1.1.0b1 tarball to tools/pip-requires - this will
be changed to 'oslo-config>=2013.1' when oslo-config is published to
pypi. This will happen in time for grizzly final.

Remove the 'deps = pep8==1.3.3' from tox.ini as it means all the other
deps get installed with easy_install which can't install oslo-config
from the URL.

Change-Id: Ie803935d5f1b4fb88e76932cc42ce22b45acffad
2013-03-06 10:14:01 -05:00
Attila Fazekas
cadcb1f948 Credentials Configuration changes
* Credentials are moved to the identity section
* If the compute admin user defined in the compute-admin section it takes precedence
* The region just defined in the identity section

Change-Id: I1241116ce9312c90656a78235a4a91dd31460761
2013-01-25 11:41:24 +01:00
Jay Pipes
7c88eb2b3e Allows identity endpoint to be specified as URI
Deprecates the piecemeal identity URL buildup and
replaces with a simple uri configuration setting.
Gets rid of the /tokens path stuff that was not
necessary to have in configuration file.

Change-Id: I5e80177073f756781f813438d054fede2d6334a3
2013-01-17 01:28:42 -05:00
Matthew Treinish
d15705bed5 Add tools/tempest_coverage.py script.
This adds support for testing tempest's coverage on nova.
tools/tempest_coverage.py will enable coverage reporting in
nova to be started and stopped. It also performs coverage report
generation.

When it is enabled from run_tests with '-c' or '--nova_coverage'
a single text report file will be generated per nova service.

Implements: blueprint tempest-coverage-reporting
Change-Id: I00a52fb013c5a7a66a2317dbd5359a22d35bdb29
Signed-off-by: Matthew Treinish <treinish@linux.vnet.ibm.com>
2013-01-07 09:56:03 -05:00