blob: 6b2366be9c4d593b7303327c9da1d7df4a3475c8 [file] [log] [blame]
Olivier Bourdon814f6362017-06-12 10:59:06 +02001{%- from "nova/map.jinja" import controller with context %}
2{%- if controller is defined and controller.get('enabled', False) and controller.cpu_allocation_ratio is defined %}
3remote_agent:
4 input:
5 openstack:
6 cpu_ratio: "{{ controller.cpu_allocation_ratio }}"
7{%- endif %}