diff options
Diffstat (limited to 'xci/var')
-rw-r--r-- | xci/var/Debian.yml | 1 | ||||
-rw-r--r-- | xci/var/RedHat.yml | 1 | ||||
-rw-r--r-- | xci/var/Suse.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/xci/var/Debian.yml b/xci/var/Debian.yml index d13d0809..33f11059 100644 --- a/xci/var/Debian.yml +++ b/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 diff --git a/xci/var/RedHat.yml b/xci/var/RedHat.yml index 6d03e0f3..eae7d127 100644 --- a/xci/var/RedHat.yml +++ b/xci/var/RedHat.yml @@ -8,3 +8,4 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## # this is placeholder and left blank intentionally to complete later on +python_crypto_package_name: python-crypto diff --git a/xci/var/Suse.yml b/xci/var/Suse.yml index 6d03e0f3..9674ed2d 100644 --- a/xci/var/Suse.yml +++ b/xci/var/Suse.yml @@ -8,3 +8,4 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## # this is placeholder and left blank intentionally to complete later on +python_crypto_package_name: python-pycrypto |