You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2018/05/04 07:13:10 UTC

[cloudstack] branch 4.11 updated: CLOUDSTACK-10376: UI: Create VPC Offering does not show ConfigDrive as UserData provider

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.11 by this push:
     new 10a10f6  CLOUDSTACK-10376: UI: Create VPC Offering does not show ConfigDrive as UserData provider
10a10f6 is described below

commit 10a10f625b6e52cf0dd1dc3f8505083ed51dde75
Author: Frank Maximus <fr...@nuagenetworks.net>
AuthorDate: Thu May 3 11:38:38 2018 +0200

    CLOUDSTACK-10376: UI: Create VPC Offering does not show ConfigDrive as UserData provider
---
 ui/scripts/configuration.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js
index fdc9e49..79916f5 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',

-- 
To stop receiving notification emails like this one, please contact
rohit@apache.org.