summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/openstack/cinder_add_volume.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'robot/assets/templates/openstack/cinder_add_volume.jinja')
-rw-r--r--robot/assets/templates/openstack/cinder_add_volume.jinja9
1 files changed, 9 insertions, 0 deletions
diff --git a/robot/assets/templates/openstack/cinder_add_volume.jinja b/robot/assets/templates/openstack/cinder_add_volume.jinja
new file mode 100644
index 00000000..b3a6c7bc
--- /dev/null
+++ b/robot/assets/templates/openstack/cinder_add_volume.jinja
@@ -0,0 +1,9 @@
+{
+ "volume": {
+ "display_name": "{{name}}",
+ "display_description": "{{description}}",
+ "size": {{size}},
+ "volume_type": "{{type}}",
+ "availability_zone": "{{availability_zone}}"
+ }
+} \ No newline at end of file