Change Nova api microversion from 2.63 back to 2.1 80/13480/1
authorGulsum Atici <gulsum.atici@canonical.com>
Wed, 31 May 2023 16:28:26 +0000 (19:28 +0300)
committerGulsum Atici <gulsum.atici@canonical.com>
Wed, 31 May 2023 16:28:26 +0000 (19:28 +0300)
Change-Id: I73d46df2a7c4bc07f56b5999cfc8a2b2eee3c458
Signed-off-by: Gulsum Atici <gulsum.atici@canonical.com>
RO-VIM-openstack/osm_rovim_openstack/vimconn_openstack.py
releasenotes/notes/change_nova_api_version-61bec385d10fda0b.yaml [new file with mode: 0644]

index 82a1e37..bdee55d 100644 (file)
@@ -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 (file)
index 0000000..3e6c66b
--- /dev/null
@@ -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.
+