[ https://issues.apache.org/jira/browse/CLOUDSTACK-10376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463470#comment-16463470 ]
ASF GitHub Bot commented on CLOUDSTACK-10376: --------------------------------------------- rhtyd closed pull request #2622: CLOUDSTACK-10376: UI: Create VPC Offering does not show ConfigDrive a… URL: https://github.com/apache/cloudstack/pull/2622 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index fdc9e492da7..79916f5e411 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -3926,7 +3926,8 @@ }); networkServiceObjs.push({ name: 'UserData', - provider: [{name: 'VpcVirtualRouter'}] + provider: [{name: 'VpcVirtualRouter'}, + {name: 'ConfigDrive'}] }); networkServiceObjs.push({ name: 'Vpn', ---------------------------------------------------------------- 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: us...@infra.apache.org > UI : no longer possible to select configdrive as userdata provider in a new > VPC offering > ---------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-10376 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10376 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: UI > Affects Versions: 4.11.0.0 > Environment: ACS 4.11 + Nuage > Reporter: Raf Smeets > Assignee: Frank Maximus > Priority: Major > > UI : no longer possible to select configdrive as userdata provider in a new > VPC offering -- This message was sent by Atlassian JIRA (v7.6.3#76005)