Aktuelle Serie Releasenotes

16.0.0.0rc1

Bug Fixes

  • Fix bug 2162060 for the order of updating the database in the v1 scale operation. The vnflcm_op_occs record was marked as COMPLETED before the VNF instance was saved, and a client reacting to the COMPLETED state could get the scaleLevel of scaleStatus before the scaling. The VNF instance is now saved first so that its scaleStatus is already updated once the operation has reached COMPLETED, which is the same order as the instantiate operation.

  • Fix bug 2162669 by reducing the requests sent to Keystone and Barbican while getting the credentials of a VIM. A key manager API was created for every encrypted field of the credentials, and the Barbican client it caches was thrown away before it could be used again, so every field required a token request and a version discovery in addition to getting the secret. The key manager API is now kept per auth url and Barbican client is created only once. Note that this does not apply when ext_oauth2_auth is enabled.