Skip to content

Commit

Permalink
Merge pull request #17000 from fdupont-redhat/v2v_transformation_host…
Browse files Browse the repository at this point in the history
…_tags

Adding classifications for V2V
(cherry picked from commit 69ca707)
  • Loading branch information
gtanzillo authored and simaishi committed May 31, 2018
1 parent f8b8856 commit 56a74de
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions db/fixtures/classifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,3 +1022,51 @@
:parent_id: 0
:default: true
:single_value: "1"
- :description: V2V - Transformation Host
:entries:
- :description: True
:read_only: "0"
:syntax: string
:name: "true"
:example_text:
:default: true
:single_value: "1"
- :description: False
:read_only: "0"
:syntax: string
:name: "false"
:example_text:
:default: true
:single_value: "1"
:read_only: "0"
:syntax: string
:show: true
:name: v2v_transformation_host
:example_text: Transformation Host role enabled for V2V.
:parent_id: 0
:default: true
:single_value: "1"
- :description: V2V - Transformation Method
:entries:
- :description: VDDK
:read_only: "0"
:syntax: string
:name: vddk
:example_text:
:default: true
:single_value: "1"
- :description: SSH
:read_only: "0"
:syntax: string
:name: ssh
:example_text:
:default: true
:single_value: "1"
:read_only: "0"
:syntax: string
:show: true
:name: v2v_transformation_method
:example_text: Transformation methods supported for V2V.
:parent_id: 0
:default: true
:single_value: "0"

0 comments on commit 56a74de

Please sign in to comment.