fuel-qa/fuelweb_test/config_templates/nova_disk_cinder_role.yaml
Dmitry Ukov 3a0841a5e7 Configuration templates updated
We need to update configuration templates with services definition and
appropriate "notify" parameters since new OpenStack configuration format
has been introduced.

Change-Id: Id195ee1bc9ecd4443ad3eae6e3bc5fae65b232e3
Closes-Bug: 1644656
2016-12-23 11:32:03 +00:00

12 lines
226 B
YAML

---
nova_config:
DEFAULT/default_ephemeral_format:
value: "ext3"
notify: "Service[nova-compute]"
DEFAULT/verbose:
value: "False"
notify: "Service[nova-compute]"
service:
nova-compute:
ensure: running