openstack/rackspace stack resources template op/unit test
diff --git a/rackspace/orchestration/v1/stackresources/delegate.go b/rackspace/orchestration/v1/stackresources/delegate.go
index 9029a24..cb7be28 100644
--- a/rackspace/orchestration/v1/stackresources/delegate.go
+++ b/rackspace/orchestration/v1/stackresources/delegate.go
@@ -35,3 +35,8 @@
func Schema(c *gophercloud.ServiceClient, resourceType string) os.SchemaResult {
return os.Schema(c, resourceType)
}
+
+// Template retreives the template representation for the given resource type.
+func Template(c *gophercloud.ServiceClient, resourceType string) os.TemplateResult {
+ return os.Template(c, resourceType)
+}