Skip to content

Commit 3ae75c4

Browse files
author
Bob Furu
authored
Merge pull request #34346 from ousleyp/virt-deprecation-module
CNV-12465: creating deprecated feature module for virt
2 parents 72cfde9 + 0431588 commit 3ae75c4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// When including this file, ensure that {FeatureName} is set immediately before
2+
// the include. Otherwise it will result in an incorrect replacement.
3+
4+
[IMPORTANT]
5+
====
6+
{FeatureName} is a deprecated feature. Deprecated functionality is still included in {VirtProductName} and continues to be supported; however, it will be removed in a future release of this product and is not recommended for new deployments.
7+
8+
For the most recent list of major functionality that has been deprecated or removed within {VirtProductName}, refer to the _Deprecated and removed features_ section of the {VirtProductName} release notes.
9+
====
10+
// Undefine {FeatureName} attribute, so that any mistakes are easily spotted
11+
:!FeatureName:

virt/virtual_machines/importing_vms/virt-importing-rhv-vm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc::[]
99
You can import a single Red Hat Virtualization (RHV) virtual machine into {VirtProductName} by using the VM Import wizard or the CLI.
1010

1111
:FeatureName: Importing a RHV VM
12-
include::modules/deprecated-feature.adoc[leveloffset=+1]
12+
include::modules/virt-deprecated-feature.adoc[leveloffset=+1]
1313

1414
This feature will be replaced by the link:https://access.redhat.com/documentation/en-us/migration_toolkit_for_virtualization[Migration Toolkit for Virtualization].
1515

virt/virtual_machines/importing_vms/virt-importing-vmware-vm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc::[]
99
You can import a VMware vSphere 6.5, 6.7, or 7.0 VM or VM template into {VirtProductName} by using the VM Import wizard. If you import a VM template, {VirtProductName} creates a virtual machine based on the template.
1010

1111
:FeatureName: Importing a VMware VM
12-
include::modules/deprecated-feature.adoc[leveloffset=+1]
12+
include::modules/virt-deprecated-feature.adoc[leveloffset=+1]
1313

1414
This feature will be replaced by the link:https://access.redhat.com/documentation/en-us/migration_toolkit_for_virtualization[Migration Toolkit for Virtualization].
1515

0 commit comments

Comments
 (0)