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_occsrecord was marked asCOMPLETEDbefore the VNF instance was saved, and a client reacting to theCOMPLETEDstate could get thescaleLevelofscaleStatusbefore the scaling. The VNF instance is now saved first so that itsscaleStatusis already updated once the operation has reachedCOMPLETED, 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_authis enabled.