Merge "Install metalsmith by default"
This commit is contained in:
commit
62380f3868
@ -79,6 +79,14 @@
|
|||||||
source_install={{ ironicclient_source_install }}
|
source_install={{ ironicclient_source_install }}
|
||||||
when: skip_install is not defined
|
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"
|
- name: "Install configparser in venv if using"
|
||||||
include: pip_install.yml
|
include: pip_install.yml
|
||||||
package=configparser
|
package=configparser
|
||||||
|
5
releasenotes/notes/metalsmith-7044429597a5f137.yaml
Normal file
5
releasenotes/notes/metalsmith-7044429597a5f137.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
`MetalSmith <https://docs.openstack.org/metalsmith/>`_ is now installed
|
||||||
|
by default.
|
Loading…
Reference in New Issue
Block a user