aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/nova_add_keypair.template
diff options
context:
space:
mode:
Diffstat (limited to 'robot/assets/templates/nova_add_keypair.template')
-rw-r--r--robot/assets/templates/nova_add_keypair.template6
1 files changed, 6 insertions, 0 deletions
diff --git a/robot/assets/templates/nova_add_keypair.template b/robot/assets/templates/nova_add_keypair.template
new file mode 100644
index 00000000..52e2b068
--- /dev/null
+++ b/robot/assets/templates/nova_add_keypair.template
@@ -0,0 +1,6 @@
+{
+ "keypair": {
+ "name": "${name}",
+ "public_key": "${publickey}"
+ }
+} \ No newline at end of file