Add KeyName to Instance heat template
Adds an ssh keyname if specified to the Heat template; it is optional and defaults to null. Change-Id: Id80cf403f834a9ed8d3a0660a2687ab17ddb0f6d
This commit is contained in:
parent
187d0a8558
commit
df28846c4a
@ -14,6 +14,10 @@ Properties:
|
|||||||
Contract: $.string().notNull()
|
Contract: $.string().notNull()
|
||||||
image:
|
image:
|
||||||
Contract: $.string().notNull()
|
Contract: $.string().notNull()
|
||||||
|
keyname:
|
||||||
|
Contract: $.string()
|
||||||
|
Default: null
|
||||||
|
|
||||||
agent:
|
agent:
|
||||||
Contract: $.class(sys:Agent)
|
Contract: $.class(sys:Agent)
|
||||||
Usage: Runtime
|
Usage: Runtime
|
||||||
@ -62,6 +66,8 @@ Workflow:
|
|||||||
InstanceType: $.flavor
|
InstanceType: $.flavor
|
||||||
ImageId: $.image
|
ImageId: $.image
|
||||||
UserData: $userData
|
UserData: $userData
|
||||||
|
KeyName: $.keyname
|
||||||
|
|
||||||
Outputs:
|
Outputs:
|
||||||
format('{0}-PublicIp', $.name):
|
format('{0}-PublicIp', $.name):
|
||||||
Value:
|
Value:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user