add rally venv dependencies in reqirements file
Change-Id: Icc8f7d1811d447dc4b17f390f77b6e2e09d0abad
This commit is contained in:
parent
8712f4c3be
commit
6215ddc658
@ -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
2
rally-requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
setuptools>=40.3.0
|
||||
elasticsearch
|
Loading…
Reference in New Issue
Block a user