Преглед изворни кода

Merge pull request #276 from smiclea/oracle-dest-options

Enable Oracle VM Server destination options call
Dorin Paslaru пре 7 година
родитељ
комит
51080a86c7
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/config.js

+ 1 - 0
src/config.js

@@ -93,6 +93,7 @@ export const wizardConfig = {
 // If the item has `envRequiredFields`, an additional API call will be made once the specified fields are filled
 export const providersWithExtraOptions = [
   'openstack',
+  'oracle_vm',
   {
     name: 'azure',
     envRequiredFields: ['location', 'resource_group'],