X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=site_type%2Fovsdpdk%2Ftemplates%2Fsoftware%2Fcharts%2Fosh%2Fopenstack-compute-kit%2Fnova.j2;h=8864bd60aaa79492921478e01cbc08fb1d2ef52d;hb=b1bc2e6844cb3efaacc1fc388c7e7602c0614481;hp=5b19f2bc7ec1bbfb3487c89e250ecf45a6e0c3b5;hpb=e4c1f2e47f191456c8d3b42c7acb41dc0c136195;p=yaml_builds.git diff --git a/site_type/ovsdpdk/templates/software/charts/osh/openstack-compute-kit/nova.j2 b/site_type/ovsdpdk/templates/software/charts/osh/openstack-compute-kit/nova.j2 index 5b19f2b..8864bd6 100644 --- a/site_type/ovsdpdk/templates/software/charts/osh/openstack-compute-kit/nova.j2 +++ b/site_type/ovsdpdk/templates/software/charts/osh/openstack-compute-kit/nova.j2 @@ -35,7 +35,6 @@ data: network: backend: - openvswitch - - sriov conf: nova: filter_scheduler: @@ -43,7 +42,7 @@ data: libvirt: virt_type: kvm DEFAULT: - vcpu_pin_set: {% if 'platform' in yaml and 'vcpu_pin_set' in yaml.platform %}{{yaml.platform.vcpu_pin_set}} + vcpu_pin_set: {% if 'platform' in yaml and 'vcpu_pin_set' in yaml.platform %}"{{yaml.platform.vcpu_pin_set}}" {% else %}"4-21,26-43,48-65,72-87" {% endif %} vif_plugging_is_fatal: False @@ -67,4 +66,3 @@ data: {% endfor %} {% endif %} ... -