Update git submodules

* Update nova-specs from branch 'master'
  to 43380e19d72c6d8198124f5b61c07c0b35544a3d
  - Change error code when vDPA is unsupported
    
    We had specified that we would return HTTP 403 (Forbidden) in the event
    that a unsupported operation was requested on an instance with one or
    more vDPA interfaces attached. This was chosen due to us already using
    this code for unsupported operations with cyborg accelerators. However,
    HTTP 403 (Forbidden) isn't a great choice for this, as it suggests
    issues with authorization as opposed to a request the server simply
    can't support. HTTP 409 (Conflict) isn't much better, but it does avoid
    confusion with policy issues and aligns us with two other existing
    examples: unsupported operations on instances with vTPM devices and
    instances with SEV enabled.
    
    Change-Id: Ia5d77416b497ef04fb915841b8cdf300230ff00c
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2021-04-14 10:54:41 +00:00 committed by Gerrit Code Review
parent a3d6d54ba3
commit 128d256bb4
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f7394b308818e6b921cf28beff976eac635a301e
Subproject commit 43380e19d72c6d8198124f5b61c07c0b35544a3d