Hi,

We(Apache Stratos) are using jclouds 1.7.1.

There, we add tags as follows,


        // ability to define tags
        if (iaasInfo.getProperty(CloudControllerConstants.TAGS) != null) {
            template.getOptions()
                    .as(AWSEC2TemplateOptions.class)

.tags(Arrays.asList(iaasInfo.getProperty(CloudControllerConstants.TAGS)

.split(CloudControllerConstants.ENTRY_SEPARATOR)));

        }

It is just a list of strings.
But i just want to know about $subject?

Thanks.

-- 
--
Lahiru Sandaruwan
Software Engineer,
Platform Technologies,
WSO2 Inc., http://wso2.com
lean.enterprise.middleware

email: [email protected] cell: (+94) 773 325 954
blog: http://lahiruwrites.blogspot.com/
twitter: http://twitter.com/lahirus
linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146

Reply via email to