Skip to content

Commit

Permalink
Add zone_id to provider validationDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Jan 22, 2024
1 parent 1a0bb66 commit 68f8dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/manageiq/providers/openstack/cloud_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def self.params_for_create
:name => 'authentications.default.valid',
:skipSubmit => true,
:isRequired => true,
:validationDependencies => %w[name type api_version provider_region uid_ems],
:validationDependencies => %w[name type zone_id api_version provider_region uid_ems],
:fields => [
{
:component => "select",
Expand Down
2 changes: 1 addition & 1 deletion app/models/manageiq/providers/openstack/infra_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def self.params_for_create
:name => 'authentications.default.valid',
:skipSubmit => true,
:isRequired => true,
:validationDependencies => %w[name type api_version provider_region keystone_v3_domain_id],
:validationDependencies => %w[name type zone_id api_version provider_region keystone_v3_domain_id],
:fields => [
{
:component => "select",
Expand Down

0 comments on commit 68f8dac

Please sign in to comment.