CLOUDSTACK-5231: add helper messages for DynamicallyScalable and Routing

This commit is contained in:
Yichi Lu 2013-11-21 23:21:42 -05:00 committed by Daan Hoogland
parent 386ee6bf34
commit 8e580cc411
2 changed files with 10 additions and 0 deletions

View File

@ -1167,6 +1167,10 @@ cloudStack.docs = {
desc: 'Whether the template is extractable or not',
externalLink: ''
},
helpRegisterTemplateDynamicallyScalable: {
desc: 'Check this if the template contains XS/VMWare tools to support dynamic scaling of VM cpu/memory.',
externalLink: ''
},
helpRegisterTemplatePasswordEnabled: {
desc: 'Check this if the template has the password change script installed.',
externalLink: ''
@ -1179,6 +1183,10 @@ cloudStack.docs = {
desc: 'Check this to make the template more prominent for users. The template will appear in the Featured Templates list.',
externalLink: ''
},
helpRegisterTemplateRouting: {
desc: 'Check this if the template is used for deploying router.',
externalLink: ''
},
// Upload volume
helpUploadVolumeName: {
desc: 'A unique name for the volume. This will be visible to users, so choose something descriptive.',

View File

@ -423,6 +423,7 @@
isdynamicallyscalable: {
label: "Dynamically Scalable",
docID: 'helpRegisterTemplateDynamicallyScalable',
isBoolean: true
},
@ -441,6 +442,7 @@
},
isrouting: {
label: 'label.routing',
docID: 'helpRegisterTemplateRouting',
isBoolean: true,
isHidden: true
}