cinder/cinder/common
Gorka Eguileor e374a952af Run flake8 also on cinder/common
Even though testenvs pep8 and pep8-constraints included cinder/common
directory to be processed by flake8, global configuration in flake8
secion was excluding common glob preventing the directory from being
checked.

This patch removes glob from flake8 exclude section, unnecessary
cinder/common inclusion when running flake8, and fixes
cinder/common/config.py.

If we had a common directory in our code root and wanted to exclude it,
glob should be ./common instead of just common like we had now.

Change-Id: Iefc64c02335ed9296bda323fdcb5688125fb4e77
2016-01-21 14:17:34 +01:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
config.py Run flake8 also on cinder/common 2016-01-21 14:17:34 +01:00
sqlalchemyutils.py On Volume list only retrieve needed data from DB 2015-08-14 10:05:47 +02:00