Kui Shi fe897c0b79 emit warning while running flake8 without virtual env
run_tests.sh -N -p

it will call the flake8 installed on your host to detect PEP8, and
the flake8 plugin "OpenStack hacking" may not installed on your
host, so this command may not detect the OpenStack Style Commandment
supplied by hacking(e.g H202).

run_tests.sh -p
it will call the flake8 from virtual env, flake8 plugin "OpenStack
hacking" installed in virtual env will be triggered.

The result from "run_tests.sh -p" should be trusted, and jenkins uses
virtual env to run flake8 too.

When "-N" is enabled, emit warning to stderr to remind user.

Bug #1215396

Change-Id: Iac6be532b7b9bb911b745712712d1be363e8ff01
2013-08-28 07:07:29 +08:00
2013-02-06 16:47:06 +02:00
2013-08-20 06:17:50 +00:00
2012-01-03 10:14:01 -05:00
2013-01-13 14:27:48 -08:00
2010-10-21 15:51:44 -04:00
2013-08-26 15:08:37 +02:00

Glance

Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images. Use the following resources to learn more:

Description
OpenStack Image Management (Glance)
Readme 130 MiB
Languages
Python 99.9%