As per OpenStack licensing guide lines [1]:
[H102 H103] Newly contributed Source Code should be licensed under
the Apache 2.0 license.
[H104] Files with no code shouldn't contain any license header nor
comments, and must be left completely empty.
[1] http://docs.openstack.org/developer/hacking/#openstack-licensing
Change-Id: Ic7c1319b81acfadc5d9a3566fee54d08741a7b73
We are not able to use relative imports for plugins that are
outside of rally package.
To fix this we should add to sys.path all directories with Rally
plugins.
This is quite easy fix. But in any case it includes functional test
that checks that this actually works in real life.
+ Fix of Rally gates to copy whole tree not just *.py files from
rally-jobs/plugins/
Change-Id: Ie53dc2ba5c32a5e83d84d0ea5703e2e04b10ff33
Closes-bug: #1446923