Update git submodules

* Update nova from branch 'master'
  - Merge "Document a warning about using the JsonFilter"
  - Document a warning about using the JsonFilter
    
    People hit problems using the JsonFilter from time to time
    and at least I always have to re-learn what it does and am
    somewhat horrified to find how flexible it is based on using
    HostState attributes as filtering variables, not to mention
    we don't do any functional testing with it. The docs are also
    misleading in stating it only supports a subset of variables
    when it's really anything on the HostState object. A common
    case is people filtering on the hypervisor_hostname attribute
    to schedule directly to a specific baremetal node with ironic.
    
    This change adds a warning recommending to not use the filter
    if possible and find alternatives, like traits. It also mentions
    the HostState object as defining the variables that can be used
    along with adding the commonly-used hypervisor_hostname variable
    to the list.
    
    Change-Id: Ib2b1395715b6bdb25f53ee7c68df44e2d84b895b
    Related-Bug: #1821764
This commit is contained in:
Zuul 2019-03-27 03:45:33 +00:00 committed by Gerrit Code Review
parent 9a55764955
commit 17395ebc12

2
nova

@ -1 +1 @@
Subproject commit bf1e9f3fc51030af852457afcf8f77b15a340a61
Subproject commit a8f9a6277055e2c106c2af4f4c56766d417c0cd6