Corymbia / eucalyptus

Eucalyptus Cloud-computing Platform
https://eucalyptus.cloud/
Other
117 stars 22 forks source link

AutoScaling tag value should allow empty #333

Closed sjones4 closed 3 years ago

sjones4 commented 3 years ago

AutoScaling group tags can have empty values but an empty value parameter for a tag is currently rejected. This does not impact euca2ools (create-auto-scaling-group) as the client omits the empty value parameter. A work around is to use the euca2ools approach with other clients and allow the service to default to an empty value for the tag rather than including it in the request.