1. PEP8 E712, removed singleton comparison using '==' operator:
E712 comparison to True should be 'if cond is True:'or 'if cond:'
Two places.
2. Fix PEP8 E265 block comment syntax.
E265 block comment should start with '# '
3. No more E712 so removed it from tox.ini ignored list.
Change-Id: I778aa5c4e1458cccb7a34d087b3b59eceadd45d0
Remove `--concurrency 1` option from tox.ini which would entail
a parallel test execution.
Add @mock decorator to test methods that have mock objects to make
cleanup correct.
Add store.configure() to configure store properly.
Change-Id: I4b58746f6b6ad037fabb29be5ca1d1febcb0cf95
Given the existing, known issues, with python namespaces, pip and
setuptools, we've decided to rename glance.store into glance_store.
Change-Id: I3f02ce78b3d64f34744e5116652bfbb4f3062cbf