927495fe3d
The new master branch should point now to queens instead of pike. So, HOT templates should specify that they might contain features for queens release [1] [1]: https://docs.openstack.org/heat/latest/template_guide/hot_spec.html#queens Change-Id: I7654d1c59db0c4508a9d7045f452612d22493004
23 lines
685 B
YAML
23 lines
685 B
YAML
heat_template_version: queens
|
|
|
|
description: >
|
|
OpenStack containerized Glance API service
|
|
|
|
outputs:
|
|
cmd_extra_args:
|
|
description: Extra command line arguments for running the service in the container.
|
|
value: "--log-dir= --log-file="
|
|
config_settings:
|
|
description: Extra hieradata needed to log to stdout.
|
|
value: null
|
|
docker_config:
|
|
description: Extra containers needed for logging to stdout or a sidecar container.
|
|
value:
|
|
step_2: {}
|
|
volumes:
|
|
description: The volumes needed to log to stdout or a sidecar container.
|
|
value: null
|
|
host_prep_tasks:
|
|
description: Extra ansible tasks needed for logging to files in the host.
|
|
value: null
|