Change Nova api microversion from 2.63 back to 2.1
Change-Id: I73d46df2a7c4bc07f56b5999cfc8a2b2eee3c458
Signed-off-by: Gulsum Atici <gulsum.atici@canonical.com>
diff --git a/RO-VIM-openstack/osm_rovim_openstack/vimconn_openstack.py b/RO-VIM-openstack/osm_rovim_openstack/vimconn_openstack.py
index 82a1e37..bdee55d 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 @@
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 0000000..3e6c66b
--- /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.
+