Hi, I'm from Apache Stratos (incubating) team and trying to use jclouds Softlayer implementation.
Is it possible to set User Data in SoftLayerTemplateOptions? I could see this functionality in Softlayer API: userData.value Arbitrary data to be made available to the server. - *Optional* - *Type* - string - *Description* - The userData property is an array with a single attribute<https://sldn.softlayer.com/reference/datatypes/SoftLayer_Hardware_Attribute/> structure with the value property set to an arbitrary value. - This value can be retrieved via the getUserMetadata<https://sldn.softlayer.com/reference/services/SoftLayer_Resource_Metadata/getUserMetadata/> method from a request originating from the server. This is primarily useful for providing data to software that may be on the server and configured to execute upon first boot.