Open pipoe2h opened 8 months ago
Describe the bug When creating an application profile macro, the name of the macro doesn't honor the value for the attribute name=. The name used is the one internal to Python.
name=
class Nutanix(Profile): deployments = [Operator_Deployment,ControlPlane_Deployment,Node_Deployment] _DOMAIN = CalmVariable.Simple.string( "example.local", name="DOMAIN", label="AD domain", is_hidden=True, )
Describe the bug When creating an application profile macro, the name of the macro doesn't honor the value for the attribute
name=
. The name used is the one internal to Python.