Comment 16 for bug 1505196

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-win (master)

Reviewed: https://review.openstack.org/281877
Committed: https://git.openstack.org/cgit/openstack/os-win/commit/?id=c9b8284df3029d400a977d7cc9def4c0565cede7
Submitter: Jenkins
Branch: master

commit c9b8284df3029d400a977d7cc9def4c0565cede7
Author: Claudiu Belu <email address hidden>
Date: Thu Feb 18 15:59:36 2016 +0200

    Create a new object instead of querying the default one

    Currently, a WMI Setting Data (Port VLAN, Port Security) is created
    by querying the default object. Under large scale environments,
    this can lead to huge execution times, as the query takes longer to
    complete. This can lead to late port binding and missed DHCP
    requests, leaving the VM with no IP.

    A solution for this is to create the needed object (.new()) instead
    of querying the default one.

    (cherry picked from commit 9f6241e0a63a2bd36392eeb3c997786d53119a39)

    Change-Id: Ib492afe5387373a40d964e76fa6b4b0ee3b5666d
    Partial-Bug: #1505196