[
https://issues.apache.org/jira/browse/CLOUDSTACK-10109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219907#comment-16219907
]
ASF GitHub Bot commented on CLOUDSTACK-10109:
---------------------------------------------
nvazquez commented on a change in pull request #2295: CLOUDSTACK-10109: Enable
dedication of public IPs to SSVM and CPVM
URL: https://github.com/apache/cloudstack/pull/2295#discussion_r147038995
##########
File path: ui/scripts/system.js
##########
@@ -85,22 +91,42 @@
success: function (json) {
var domain = json.listdomainsresponse.domain[0];
+ if (data.forSystemVms != null) {
+ systemvms = '<li>' + _l('label.system.vms') +
': ' + data.forSystemVms + '</li>'
+ }
if (data.account != null)
cloudStack.dialog.notice({
- message: '<ul><li>' + _l('label.account')
+ ': ' + data.account + '</li>' + '<li>' + _l('label.domain') + ': ' +
domain.path + '</li></ul>'
+ message: '<ul><li>' + _l('label.account')
+ ': ' + data.account + '</li>' + '<li>' + _l('label.domain') + ': ' +
domain.path + '</li>' + systemvms + '</ul>'
});
else
cloudStack.dialog.notice({
- message: '<ul><li>' + _l('label.domain') +
': ' + domain.path + '</li></ul>'
+ message: '<ul><li>' + _l('label.domain') +
': ' + domain.path + '</li>' + systemvms + '</ul>'
});
}
});
} else {
cloudStack.dialog.createForm({
form: {
- title: 'label.add.account',
- desc: '(optional) Please specify an account to be
associated with this IP range.',
- fields: fields
+ title: 'label.set.reservation',
+ desc: '(optional) Please specify an account to be
associated with this IP range.<br/><br/>'+
Review comment:
Done, thanks
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Enable dedication of public IPs to SSVM and CPVM
> ------------------------------------------------
>
> Key: CLOUDSTACK-10109
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10109
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Nicolas Vazquez
> Assignee: Nicolas Vazquez
>
> It is required to dedicate a public IP range for SSVM and CPVM in order to
> apply firewall rules to control inbound access.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)