Fails on read/patch_xxx_scale API call when manifest has no namespace
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The following error occurred when executing to heal SOL 002:
```
Healing wait CNF got an error due to CNF Scale Failed with reason: Failed the request to read a scale information.
namespace: None, name: vdu2-apache, kind: Deployment, Reason: Missing the required parameter `namespace` when calling `read_namespace
```
This happens because the namespace parameter is not passed to call read_namspace_
The namespace should be set to "default" if it is an empty string or None.
And it also occurs in the case of patch_namespace
[1] https:/
[2] https:/
Fix proposed to branch: master /review. opendev. org/c/openstack /tacker/ +/820698
Review: https:/