Comment 0 for bug 2069589

Revision history for this message
Takahiro Miyajima (f-miyajima) wrote :

Scale is not included in the links of v1 show vnflcm of instantiated vnf

```
$ openstack vnflcm show $VNF

| Instantiation State | INSTANTIATED |
| Links | { |
| | "self": { |
| | "href": "http://localhost:9890/vnflcm/v1/vnf_instances/1cca1ade-9f21-4abf-8fec-5c69a7752c3a" |
| | }, |
| | "terminate": { |
| | "href": "http://localhost:9890/vnflcm/v1/vnf_instances/1cca1ade-9f21-4abf-8fec-5c69a7752c3a/terminate" |
| | }, |
| | "heal": { |
| | "href": "http://localhost:9890/vnflcm/v1/vnf_instances/1cca1ade-9f21-4abf-8fec-5c69a7752c3a/heal" |
| | }, |
| | "changeExtConn": { |
| | "href": "http://localhost:9890/vnflcm/v1/vnf_instances/1cca1ade-9f21-4abf-8fec-5c69a7752c3a/change_ext_conn" |
| | } |
| | }
```

(reference)
https://review.opendev.org/c/openstack/tacker/+/831341/3/doc/source/cli/cli-etsi-vnflcm.rst#185