Closed trihoangvo closed 2 years ago
When we set volume_id in BlockStorage OpenStack, yorc reads the property but does not use it.
volume_id
In the implementation, the volumeID variable is declared but never assigned from volumeIDValue variable so we assign it correctly.
volumeID
volumeIDValue
Deploy a topology in OpenStack with an existing block storage set with volume_id.
Fixed issue when using existing BlockStorage for OpenStack by volume_id
no
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 fromvolumeIDValue
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