Skip to content

Commit

Permalink
Merge pull request #17622 from rh-dluong/add-64gb-128gb-provision-opt…
Browse files Browse the repository at this point in the history
…ions

[RFE]Added 64 and 128gb to provision dialogs
(cherry picked from commit e7248a6)

https://bugzilla.redhat.com/show_bug.cgi?id=1629089
  • Loading branch information
gmcculloug authored and simaishi committed Sep 17, 2018
1 parent 253ce78 commit 5b17099
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions product/dialogs/miq_dialogs/miq_provision_dialogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,8 @@
"12288": "12288"
"16384": "16384"
"32768": "32768"
"65536": "65536"
"131072": "131072"
:description: Memory (MB)
:required: false
:display: :edit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@
:data_type: :boolean
:vm_memory:
:values:
"131072": "131072"
"65536": "65536"
"32768": "32768"
"16384": "16384"
"12288": "12288"
Expand All @@ -510,6 +512,8 @@
:data_type: :string
:vm_maximum_memory:
:values:
"131072": "131072"
"65536": "65536"
"32768": "32768"
"16384": "16384"
"12288": "12288"
Expand All @@ -524,6 +528,8 @@
:data_type: :string
:vm_minimum_memory:
:values:
"131072": "131072"
"65536": "65536"
"32768": "32768"
"16384": "16384"
"12288": "12288"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,8 @@
"12288": "12288"
"16384": "16384"
"32768": "32768"
"65536": "65536"
"131072": "131072"
:description: Memory (MB)
:required: false
:display: :edit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,8 @@
"12288": "12288"
"16384": "16384"
"32768": "32768"
"65536": "65536"
"131072": "131072"
:description: Memory (MB)
:required: false
:display: :edit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,8 @@
"12288": "12288"
"16384": "16384"
"32768": "32768"
"65536": "65536"
"131072": "131072"
:description: Memory (MB)
:required: false
:display: :edit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,8 @@
"12288": "12288"
"16384": "16384"
"32768": "32768"
"65536": "65536"
"131072": "131072"
:description: Memory (MB)
:required: false
:display: :edit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,8 @@
"12288": "12288"
"16384": "16384"
"32768": "32768"
"65536": "65536"
"131072": "131072"
:description: Memory (MB)
:required: false
:display: :edit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,8 @@
"12288": "12288"
"16384": "16384"
"32768": "32768"
"65536": "65536"
"131072": "131072"
:description: Memory (MB)
:required: false
:display: :edit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,8 @@
"12288": "12288"
"16384": "16384"
"32768": "32768"
"65536": "65536"
"131072": "131072"
:description: Memory (MB)
:required: false
:display: :edit
Expand Down

0 comments on commit 5b17099

Please sign in to comment.