فهرست منبع

Merge pull request #341 from aznashwan/enable-ovm-stor-map

Enable storage mapping on Oracle VM.
Dorin Paslaru 7 سال پیش
والد
کامیت
02be382d12
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      config.js

+ 1 - 1
config.js

@@ -29,7 +29,7 @@ const conf: Config = {
   requestPollTimeout: 5000,
 
   // The list of providers which offer storage listing
-  storageProviders: ['openstack', 'azure'],
+  storageProviders: ['openstack', 'azure', 'oracle_vm'],
 
   // The list of providers which offer source options
   sourceOptionsProviders: ['aws'],