nova/nova
Sean Dague 15b392a67b Don't print to stdout when executing hacking checks
The way the hacking tests _run_check works, it ends up evaluating
python code in a context where all of our stdout capture has been
undone. The pep8 check_all method *also* prints out the errors found,
not only accumulating them for later. We can patch out the method
doing that to keep this from leaking through the test output, which
only causes confusion.

Change-Id: I9be4801352c4977504d95123d01bcbe309f22347
2016-09-22 08:32:04 -04:00
..
CA
api Merge "[placement] consolidate json handling in util module" 2016-09-19 19:14:12 +00:00
cells Fix migration list + MigrationList operation 2016-08-15 10:05:23 -04:00
cert
cloudpipe conf: Move cloudpipe options to a group 2016-08-22 09:31:03 +01:00
cmd move os_vif.initialize() to nova-compute start 2016-09-21 16:49:50 -04:00
common
compute Revert "Set 'serial' to new volume ID in swap volumes" 2016-09-20 19:30:55 +00:00
conductor Merge "Do not try to backport when db has older object version" 2016-09-20 10:58:11 +00:00
conf Merge "Add deprecated_since parameter" 2016-09-21 22:44:50 +00:00
console [vncproxy] log for closing web is misleading 2016-08-16 01:52:22 +00:00
consoleauth Avoid unconditional warnings in nova-consoleauth 2016-04-26 23:52:49 +02:00
db Fix an error in archiving 'migrations' table 2016-09-15 09:54:16 +09:00
hacking Remove hacking check [N347] for config options. 2016-08-11 14:23:21 +02:00
image Fixed indentation 2016-08-31 18:02:02 +02:00
ipv6 Fix test_ipv6 and simplify to_global() 2016-06-28 20:42:32 +02:00
keymgr Deprecate barbican options 2016-07-29 15:36:28 -05:00
locale Imported Translations from Zanata 2016-08-25 07:57:34 +00:00
network move os_vif.initialize() to nova-compute start 2016-09-21 16:49:50 -04:00
notifications Merge "Make notification objects use flavor capacity attributes" 2016-08-06 05:58:09 +00:00
objects Merge "Fix MonitorMetric obj_make_compatible" 2016-09-14 17:48:22 +00:00
pci Add missing slash to dir path 2016-09-20 13:50:39 -04:00
policies Merge "Fix server operations' policies to admin only" 2016-08-11 06:07:52 +00:00
scheduler placement: refactor instance translate function 2016-09-20 15:10:15 -04:00
servicegroup Config options: Centralize servicegroup options 2016-05-04 15:57:29 +00:00
tests Don't print to stdout when executing hacking checks 2016-09-22 08:32:04 -04:00
virt Merge "Revert "Set 'serial' to new volume ID in swap volumes"" 2016-09-21 14:13:03 +00:00
vnc
volume Merge ":Add missing %s in print message" 2016-07-27 15:08:38 +00:00
wsgi
__init__.py
availability_zones.py
baserpc.py config options: Centralize upgrade_levels section 2016-04-04 18:35:27 +00:00
block_device.py Add tag column to vifs and bdm 2016-04-01 08:46:54 -07:00
cache_utils.py Warn when using null cache backend 2016-05-20 10:45:56 +02:00
config.py Add the ability to configure glanceclient debug logging 2016-08-04 00:32:37 +00:00
context.py Merge "Use to_policy_values for policy credentials" 2016-09-21 18:19:04 +00:00
crypto.py Drop paramiko < 2 compat code 2016-05-10 12:01:22 -05:00
debugger.py Use oslo_log instead of logging 2016-05-27 12:18:32 +00:00
exception.py Throw exception if numa_nodes is not set to integer greater than 0 2016-09-09 14:53:56 +02:00
exception_wrapper.py Transform wrap_exception notification to versioned format 2016-06-21 09:39:47 +02:00
filters.py
hash_ring.py Ironic: allow multiple compute services 2016-08-04 23:51:13 +00:00
hooks.py
i18n.py
loadables.py
manager.py Config options: Centralize netconf options 2016-04-24 18:15:05 +00:00
policy.py Use to_policy_values for policy credentials 2016-09-12 21:39:45 -04:00
quota.py incorrect description in nova-api.log about quota check 2016-09-02 17:00:14 +09:00
rpc.py Move cell message queue switching and add caching 2016-08-31 22:33:17 +00:00
safe_utils.py
service.py Device tagging API support 2016-06-29 20:55:16 -07:00
signature_utils.py Trivial-Fix: Fix typos 2016-06-13 06:41:08 +00:00
test.py Use StableObjectJsonFixture from o.vo 2016-08-29 11:52:10 -04:00
utils.py Merge "Properly quote IPv6 address in RsyncDriver" 2016-08-18 13:17:19 +00:00
version.py Use oslo_log instead of logging 2016-05-27 12:18:32 +00:00
weights.py
wsgi.py