diff --git a/playbooks/integration/pre.yaml b/playbooks/integration/pre.yaml index d9b7d85..e4cb563 100644 --- a/playbooks/integration/pre.yaml +++ b/playbooks/integration/pre.yaml @@ -3,6 +3,12 @@ - run-devstack tasks: + - name: Install requirements for metalsmith + pip: + name: -r /opt/stack/metalsmith/requirements.txt + extra_args: -c /opt/stack/requirements/upper-constraints.txt + become: true + - name: Install metalsmith pip: name: /opt/stack/metalsmith