Update git submodules

* Update nova from branch 'master'
  - Merge "functional: Stop setting Flavor.id"
  - functional: Stop setting Flavor.id
    
    In change I475ea0fa5f2d5b197118f0ced5a0ff6907411972, we changed how we
    generated flavor names and IDs to stop basing them on existing flavors.
    However, the call to 'randint(10000)' that we used instead has proven
    problematic since there is a high chance of collisions that will only
    increase as the number of tests increase. We could switch back to the
    previous scheme but that's unnecessary since there's actually no reason
    we need to set 'Flavor.id' in the first place...so don't.
    
    A now-unused remnant of the "old way" is also removed, since it was
    spotted while fixing this.
    
    Change-Id: Iab6245bc5ed8f95dae9c384b96e6bef0add7dca6
    Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
    Closes-bug: #1860417
This commit is contained in:
Zuul 2020-01-21 15:24:00 +00:00 committed by Gerrit Code Review
parent b6ba06f6f5
commit 07998a8f07
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit a948a803b561606a892133940915caae610c080b
Subproject commit 8e779d9221994889a9cfbd1043e9ce2a428a4cd8