X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Finfra-ansible.git;a=blobdiff_plain;f=roles%2Fperformance_nodes_post%2Ftasks%2Fnova.yaml;h=c2455981de421f2a82850eef5f25076c69834da9;hp=00258c153263af6e9b2daf9e5194d4bf3f5564dd;hb=86e9056a7ee8ec41856edb13b72273951edb3d87;hpb=b761808359bb9b38db9847e06bf6a074a09f7807 diff --git a/roles/performance_nodes_post/tasks/nova.yaml b/roles/performance_nodes_post/tasks/nova.yaml index 00258c1..c245598 100644 --- a/roles/performance_nodes_post/tasks/nova.yaml +++ b/roles/performance_nodes_post/tasks/nova.yaml @@ -15,7 +15,7 @@ # limitations under the License. - name: Set vcpu_pin_set - ini_file: dest=/etc/nova/nova.conf section=DEFAULT option=vcpu_pin_set value={{ ansible_local.cloud_cpu_allocation['vm']['list'] }} backup=no + ini_file: dest=/etc/nova/nova.conf section=DEFAULT option=vcpu_pin_set value={{ ansible_local.cpu_allocation['vm']['list'] }} backup=no register: nova1_result - name: Get performance profile configuration