diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-07-12 07:46:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-12 07:46:57 +0000 |
commit | 3bd556d74c6e75da6c54781d410303dbb75fb9a4 (patch) | |
tree | b951d84a5156b734ebfaf834ddfbd51dcebd2908 /prototypes/xci/var/Debian.yml | |
parent | 1dea2cad906da7da95ccd84f96ed49429e2b9c3d (diff) | |
parent | 4462d7d66e09c40c351cd36447412aa5525cc782 (diff) |
Merge "Fix missing python packages for password generation"
Diffstat (limited to 'prototypes/xci/var/Debian.yml')
-rw-r--r-- | prototypes/xci/var/Debian.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prototypes/xci/var/Debian.yml b/prototypes/xci/var/Debian.yml index d13d08097..33f110593 100644 --- a/prototypes/xci/var/Debian.yml +++ b/prototypes/xci/var/Debian.yml @@ -9,3 +9,4 @@ ############################################################################## # this is the interface the VM nodes are connected to libvirt network "default" interface: "ens3" +python_crypto_package_name: python-crypto |