Update git submodules

* Update manila-tempest-plugin from branch 'master'
  - Fix floatingip allocation
    
    - Use neutron's floating IP provisioning APIs instead of the
      compute APIs that will proxy the request to neutron anyway.
      Another advantage of doing this is because we'll be using the
      external network to create a floating IP upon, and don't need
      to configure yet another "floating_pool_name" config opt to
      get things to work. When used, in most environments, the
      external network is the same as the floating pool.
    - Fix usage of the GET /ports API where an incorrect filter
      parameter ("fixed_ip")  was being used (and subsequently ignored
      by older versions of neutron, see bug #1749820 [1])
    - Refactor the check for ironic (we don't use baremetal nodes in
      our testing) to match that in tempest's own implementation of the
      port resolution [2]
    - replace assertNotEqual(0, len(somelist)) with
      assertNotEmpty(somelist)
    
    
    [1] https://launchpad.net/bugs/1749820
    [2] 5c191faae7/tempest/scenario/manager.py (L958-L994)
    
    Change-Id: I48b0f21fe75fae623e7e513cf2890f2c10a80317
    Co-Authored-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
    Co-Authored-by: Shi Yan <yanshi.403@gmail.com>
    Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Rocky 2019-07-02 14:58:30 +10:00 committed by Gerrit Code Review
parent 823d3eb9e8
commit f4c5bc763c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 32bd346f8b36ea19ff5f905d9be753a36f945004
Subproject commit d3432669d2e782734017cc9308e9fd34768f5bb7