diff options
author | 2016-11-17 08:00:54 +0000 | |
---|---|---|
committer | 2016-11-17 08:00:54 +0000 | |
commit | f1fdd2336a3d5175a41082da4c6173addc1fb6b9 (patch) | |
tree | b1bd224d248fa0428eb7c8601d86ef46de1efb97 /modules/README.rst | |
parent | 36699b770448f8a94d08402f1cc92fcf34e2eac0 (diff) | |
parent | 03d40b81352f1f9de985f2cf598ac6c18be13b69 (diff) |
Merge "Move installer adapters to the new modules directory"
Diffstat (limited to 'modules/README.rst')
-rw-r--r-- | modules/README.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/README.rst b/modules/README.rst new file mode 100644 index 000000000..7c91eca5a --- /dev/null +++ b/modules/README.rst @@ -0,0 +1,12 @@ + +This directory may be used to add new tools that might be useful for any +project in OPNFV. This tools must be python based and shall be imported +as follows: + + from opnfv.utils import SSHUtils + from opnfv.utils import RelengLogger + ... + +For further information about how to use this modules directory, contact: + fatih.degirmenci@ericsson.com + jose.lausuch@ericsson.com |