diff options
author | Markos Chandras <mchandras@suse.de> | 2018-03-12 09:40:10 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-03-12 09:40:10 +0000 |
commit | 6a86fba9dac4c1f37d854335afb936d36967f084 (patch) | |
tree | 028621aa6548351b50d643f635a328d14c129efb /xci/installer/osa | |
parent | cea2e3355bc6b5c059349c6c3ca2e96d214cbfb4 (diff) |
xci: Drop the python-crypto dependency
The upstream pw-token-gen tool doesn't need python-crypto anymore since
e9f957861b4160640f6debb2b939084ec43b43b2 ("Make pw-token-gen.py more
random") so we no longer need to install that package.
Change-Id: Ib53f246db999ff8ecfed2e3f62143c780c483fbd
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/installer/osa')
-rw-r--r-- | xci/installer/osa/playbooks/configure-opnfvhost.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xci/installer/osa/playbooks/configure-opnfvhost.yml b/xci/installer/osa/playbooks/configure-opnfvhost.yml index 2996236b..e865d10d 100644 --- a/xci/installer/osa/playbooks/configure-opnfvhost.yml +++ b/xci/installer/osa/playbooks/configure-opnfvhost.yml @@ -101,9 +101,6 @@ command: "/bin/bash ./scripts/bootstrap-ansible.sh" args: chdir: "{{OPENSTACK_OSA_PATH}}" - - name: install python Crypto module - package: - name: "{{ python_crypto_package_name }}" - name: install opnfv pip required packages pip: name: "{{ item }}" |