Update git submodules

* Update nova from branch 'master'
  to 3e04d9f9bfb5d8d040ad41f44de5b87a3f6b7e1b
  - Merge "vmware: Handle empty list attributes on vSphere objects"
  - vmware: Handle empty list attributes on vSphere objects
    
    We want to switch the SOAP library backing oslo.vmware [1] and the new
    library differs in how empty lists are returned. The old library SUDS
    didn't set attributes if they were empty lists. The new library sets
    those attributes to empty lists.
    
    Therefore, every check with `hasattr()` that later on accesses a single
    element instead of iterating over the whole list needs to be changed to
    also check that the list contains elements. This ensures compatiblity
    between the backend library versions.
    
    [1] https://specs.openstack.org/openstack/oslo-specs/specs/victoria/oslo-vmware-soap-library-switch.html
    
    Change-Id: I9322037cd47ace83fbcb19bbbe051e2feb9af2c7
This commit is contained in:
Zuul 2021-04-16 16:41:52 +00:00 committed by Gerrit Code Review
parent 793ef6bf68
commit 22e766b932
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit 1db2b882eff4bdb76a6329473a6f006e4f805ee9
Subproject commit 3e04d9f9bfb5d8d040ad41f44de5b87a3f6b7e1b