nutanix / calm-dsl

Keep Calm and DSL On!
https://nutanix.github.io/calm-dsl/
Apache License 2.0
33 stars 51 forks source link

[Bug] VmBlueprint class doesn't not include descriptions #221

Open pipoe2h opened 2 years ago

pipoe2h commented 2 years ago

Describe the bug When using a description, for example, """[AWX](https://@@{DefaultService.AWX_HOST}@@)""", this is not included in compilation when using VmBlueprint class. It works with Blueprint class.

Branch/Container master

Expected behavior Description in blueprint should be populated.

Findings/Troubleshooting Done It works with Blueprint class