>  
> +         if (vm != null && vm.tags() != null) {
> +            vmDeployment.userMetaData = vm.tags();
> +            String tagString = vmDeployment.userMetaData.get("tags");
> +            List<String> tags = Arrays.asList(tagString.split(","));
> +            vmDeployment.tags = tags;
> +         }

Seeing now that a VM has tags. The `DeploymentToNodeMetadata` should set them.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/291/files/8a39037237f5cccc7d100bc58a9a82bdb89924b1#r67881561

Reply via email to