Skip to content

Commit

Permalink
Merge pull request #16736 from masayag/vm_template_limits
Browse files Browse the repository at this point in the history
Set limits for VM and Template names and descriptions
  • Loading branch information
gmcculloug authored Jan 4, 2018
2 parents cd17a20 + 1f2a123 commit bf689eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
:display: :edit
:data_type: :string
:min_length:
:max_length: 100
:max_length: 255
:vm_prefix:
:description: VM Name Prefix/Suffix
:required_method: :validate_vm_name
Expand Down Expand Up @@ -241,7 +241,7 @@
:data_type: :string
:notes_display: :show
:min_length:
:max_length:
:max_length: 255
:pxe_image_id:
:values_from:
:method: :allowed_images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
:display: :edit
:data_type: :string
:min_length:
:max_length: 100
:max_length: 255
:vm_prefix:
:description: VM Name Prefix/Suffix
:required_method: :validate_vm_name
Expand Down Expand Up @@ -317,7 +317,7 @@
:data_type: :string
:notes_display: :show
:min_length:
:max_length:
:max_length: 255
:pxe_image_id:
:values_from:
:method: :allowed_images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
:display: :edit
:data_type: :string
:min_length:
:max_length: 100
:max_length: 255
:vm_prefix:
:description: VM Name Prefix/Suffix
:required_method: :validate_vm_name
Expand Down Expand Up @@ -338,7 +338,7 @@
:data_type: :string
:notes_display: :show
:min_length:
:max_length:
:max_length: 255
:pxe_image_id:
:values_from:
:method: :allowed_images
Expand Down

0 comments on commit bf689eb

Please sign in to comment.