From d5d92ec343a9f61485c565c9f2ffb12afb85d67a Mon Sep 17 00:00:00 2001 From: Gulsum Atici Date: Wed, 31 May 2023 19:28:26 +0300 Subject: [PATCH] Change Nova api microversion from 2.63 back to 2.1 Change-Id: I73d46df2a7c4bc07f56b5999cfc8a2b2eee3c458 Signed-off-by: Gulsum Atici --- .../osm_rovim_openstack/vimconn_openstack.py | 2 +- ...nge_nova_api_version-61bec385d10fda0b.yaml | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/change_nova_api_version-61bec385d10fda0b.yaml diff --git a/RO-VIM-openstack/osm_rovim_openstack/vimconn_openstack.py b/RO-VIM-openstack/osm_rovim_openstack/vimconn_openstack.py index 82a1e37a..bdee55d7 100644 --- a/RO-VIM-openstack/osm_rovim_openstack/vimconn_openstack.py +++ b/RO-VIM-openstack/osm_rovim_openstack/vimconn_openstack.py @@ -339,7 +339,7 @@ class vimconnector(vimconn.VimConnector): version = self.config.get("microversion") if not version: - version = "2.60" + version = "2.1" # addedd region_name to keystone, nova, neutron and cinder to support distributed cloud for Wind River # Titanium cloud and StarlingX diff --git a/releasenotes/notes/change_nova_api_version-61bec385d10fda0b.yaml b/releasenotes/notes/change_nova_api_version-61bec385d10fda0b.yaml new file mode 100644 index 00000000..3e6c66b7 --- /dev/null +++ b/releasenotes/notes/change_nova_api_version-61bec385d10fda0b.yaml @@ -0,0 +1,21 @@ +####################################################################################### +# Copyright ETSI Contributors and Others. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. +####################################################################################### +--- +issues: + - | + Change Nova api microversion from 2.63 back to 2.1. + -- 2.17.1