fuel-qa/fuelweb_test/config_templates/nova_quota.yaml
Dmitry Ukov 5a7c0baec5 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-16 14:47:51 +04:00

14 lines
236 B
YAML

---
nova_config:
DEFAULT/quota_driver:
value: nova.quota.DbQuotaDriver
notify:
- "Service[nova-api]"
DEFAULT/quota_instances:
value: "1"
notify:
- "Service[nova-api]"
service:
nova-api:
ensure: running