mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-10376: UI: Create VPC Offering does not show ConfigDrive as UserData provider
This commit is contained in:
parent
05857c717d
commit
10a10f625b
|
|
@ -3926,7 +3926,8 @@
|
|||
});
|
||||
networkServiceObjs.push({
|
||||
name: 'UserData',
|
||||
provider: [{name: 'VpcVirtualRouter'}]
|
||||
provider: [{name: 'VpcVirtualRouter'},
|
||||
{name: 'ConfigDrive'}]
|
||||
});
|
||||
networkServiceObjs.push({
|
||||
name: 'Vpn',
|
||||
|
|
|
|||
Loading…
Reference in New Issue