ystia / yorc

Ystia Orchestrator
https://ystia.github.io
Apache License 2.0
67 stars 23 forks source link

Fixed issue when using existing BlockStorage for OpenStack by volume_id #782

Closed trihoangvo closed 2 years ago

trihoangvo commented 2 years ago

Pull Request description

When we set volume_id in BlockStorage OpenStack, yorc reads the property but does not use it.

Description of the change

What I did

In the implementation, the volumeID variable is declared but never assigned from volumeIDValue variable so we assign it correctly.

How I did it

How to verify it

Deploy a topology in OpenStack with an existing block storage set with volume_id.

Description for the changelog

Fixed issue when using existing BlockStorage for OpenStack by volume_id

Applicable Issues

no