add rally venv dependencies in reqirements file

Change-Id: Icc8f7d1811d447dc4b17f390f77b6e2e09d0abad
This commit is contained in:
Masco Kaliyamoorthy 2020-04-29 17:56:43 +05:30
parent 8712f4c3be
commit 6215ddc658
2 changed files with 4 additions and 2 deletions

View File

@ -21,9 +21,9 @@
version: "{{ rally_openstack_version }}"
virtualenv: "{{ rally_venv }}"
- name: Install elasticsearch into rally-venv
- name: Install rally-requirements.txt into rally-venv
pip:
name: elasticsearch
requirements: "{{ browbeat_path }}/rally-requirements.txt"
virtualenv: "{{ rally_venv }}"
- name: Create rally configuration directory

2
rally-requirements.txt Normal file
View File

@ -0,0 +1,2 @@
setuptools>=40.3.0
elasticsearch