소스 검색

Adds OPC source options listing.

Daniel Vincze 6 년 전
부모
커밋
4b4c1bb1f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config.js

+ 1 - 1
config.js

@@ -30,7 +30,7 @@ const conf: Config = {
   requestPollTimeout: 5000,
 
   // The list of providers which offer source options
-  sourceOptionsProviders: ['aws', 'azure', 'openstack', 'vmware_vsphere'],
+  sourceOptionsProviders: ['aws', 'azure', 'opc', 'openstack', 'vmware_vsphere'],
 
   // - Specifies the `limit` for each provider when listing all its VMs for pagination.
   // - If the provider is not in this list, the 'default' value will be used.