From 71410724cd1516608ee58c37077bf9080da38de2 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Tue, 7 Feb 2012 16:37:34 +0100 Subject: Remove ajaxterm from Nova Removes copy of ajaxterm code, nova-ajax-console-proxy, and support for get_ajax_console from Nova proper. Implements blueprint remove-ajaxterm Fixes bug 917963 Change-Id: I2c0ff427c53c0f63a18b10475d6b4cbe9a085d83 --- run_tests.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'run_tests.sh') diff --git a/run_tests.sh b/run_tests.sh index e3cf69a36..070b89179 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -94,8 +94,7 @@ function run_pep8 { # Opt-out files from pep8 ignore_scripts="*.sh:*nova-debug:*clean-vlans" ignore_files="*eventlet-patch:*pip-requires" - ignore_dirs="*ajaxterm*" - GLOBIGNORE="$ignore_scripts:$ignore_files:$ignore_dirs" + GLOBIGNORE="$ignore_scripts:$ignore_files" srcfiles=`find bin -type f ! -name "nova.conf*"` srcfiles+=" `find tools/*`" srcfiles+=" nova setup.py plugins/xenserver/xenapi/etc/xapi.d/plugins/glance" @@ -124,8 +123,7 @@ function run_hacking { # Opt-out files from pep8 ignore_scripts="*.sh:*nova-debug:*clean-vlans:*.swp" ignore_files="*eventlet-patch:*pip-requires" - ignore_dirs="*ajaxterm*" - GLOBIGNORE="$ignore_scripts:$ignore_files:$ignore_dirs" + GLOBIGNORE="$ignore_scripts:$ignore_files" srcfiles=`find bin -type f ! -name "nova.conf*"` srcfiles+=" `find tools/*`" srcfiles+=" nova setup.py plugins/xenserver/xenapi/etc/xapi.d/plugins/glance" -- cgit