Merge "Install metalsmith by default"

This commit is contained in:
Zuul 2020-06-05 11:13:24 +00:00 committed by Gerrit Code Review
commit 62380f3868
2 changed files with 13 additions and 0 deletions

View File

@ -79,6 +79,14 @@
source_install={{ ironicclient_source_install }}
when: skip_install is not defined
# NOTE(dtantsur): no much value in installing metalsmith from source - it does
# not change often, and nothing in bifrost depends on it.
- name: "metalsmith - Install"
include: pip_install.yml
package=metalsmith
state=latest
when: skip_install is not defined
- name: "Install configparser in venv if using"
include: pip_install.yml
package=configparser

View File

@ -0,0 +1,5 @@
---
features:
- |
`MetalSmith <https://docs.openstack.org/metalsmith/>`_ is now installed
by default.