Comment 0 for bug 2083459

Revision history for this message
Cristian Mondo (cmondo) wrote :

Brief Description
-----------------

24.09 DCManager Client isn't compatible w/ 22.12's API.

There's a difference in the "region name" parameter between these 2 versions:
24.09 is region-name and 22.12 is region_name

Against a 24.09:

  "region-name": "6c451ab35d734b46b5f07a523f0a0581",

Against a 22.12MR2+:

  "region_name": "subcloud1"

Severity
--------

<Major: System/Feature is usable but degraded>

Steps to Reproduce
------------------

Call to http://<ip>:8119/v1.0/subclouds/subcloud1/detail

Expected Behavior
------------------

Region Name parameter is the same accross all clients.

Actual Behavior
----------------

Region Name is written differently in different WRCP versions.

Reproducibility
---------------

Reproducible

System Configuration
--------------------

DC1 - 22.12 MR2+
DC2 - 24.09

Last Pass
-----------------------------
N/A

Timestamp/Logs
----------------------------
N/A

Alarms
------------------------------
N/A

Test Activity
-----------------------------
Dev testing

Workaround
----------

N/A