Variable name in Notification request is different from ETSI definition

Bug #1914596 reported by Wataru Juso
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tacker
Fix Released
Medium
Wataru Juso

Bug Description

# Problem
The resource variable name in the notification request is incorrect of a few operation.

* Correct
    "affectedVnfcs": [
        {
            "id": "882e4f9e-13c6-4e6b-92a0-527985daacca",
            "vduId": "VDU1",
            "changeType": "ADDED",
            "computeResource": {

# Incorrect
    "affectedVnfcs": [
        {
            "id": "c6fea56b-7b17-47f1-ad20-38fe40ed5dbe",
            "vdu_id": "VDU1",
            "change_type": "ADDED",
            "compute_resource": {

# Affected
There is a possibility that the receiver will not be able to process the data.

# Expected behavior:
The variable name of the Notification request data needs to be changed from snake case to camel case at sending time.

Revision history for this message
Wataru Juso (w-juso) wrote :

Fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/tacker/+/774238

Changed in tacker:
status: New → In Progress
Yasufumi Ogawa (yasufum)
Changed in tacker:
importance: Undecided → Medium
assignee: nobody → Wataru Juso (w-juso)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tacker 5.0.0.0rc1

This issue was fixed in the openstack/tacker 5.0.0.0rc1 release candidate.

Yasufumi Ogawa (yasufum)
Changed in tacker:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.