Pull azure regions from azure_rm_region_choices not azure_region_choices

Signed-off-by: mabashian <mabashia@redhat.com>
This commit is contained in:
mabashian 2017-09-15 13:33:24 -04:00
parent e6631d1516
commit c63c523089
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ export default ['$state', '$stateParams', '$scope', 'SourcesFormDefinition',
scope: $scope,
field: 'source_regions',
variable: 'azure_regions',
choice_name: 'azure_region_choices',
choice_name: 'azure_rm_region_choices',
options: inventorySourcesOptions
});

View File

@ -218,7 +218,7 @@ export default ['$state', '$stateParams', '$scope', 'ParseVariableString',
scope: $scope,
field: 'source_regions',
variable: 'azure_regions',
choice_name: 'azure_region_choices',
choice_name: 'azure_rm_region_choices',
options: inventorySourcesOptions
});
GetChoices({