Skip to content

Commit

Permalink
source tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apinnick committed Jan 16, 2025
1 parent 5edb0a7 commit e76af58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions guides/common/modules/ref_virt-who-configuration-examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `kubevirt` hypervisor is a Technology Preview.

.Generic example

[source,text]
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
type=libvirt <1>
hypervisor_id=hostname
Expand All @@ -31,7 +31,7 @@ rhsm_prefix=/rhsm

.{OpenStack} example

[source,text]
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
type=libvirt
hypervisor_id=hostname
Expand All @@ -48,7 +48,7 @@ rhsm_prefix=/rhsm

.KVM example

[source,text]
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
type=libvirt
hypervisor_id=hostname
Expand All @@ -65,7 +65,7 @@ rhsm_prefix=/rhsm

.vCenter Server example

[source,text]
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
type=esx
hypervisor_id=hostname
Expand All @@ -82,7 +82,7 @@ rhsm_prefix=/rhsm

.Nutanix AHV example

[source,text]
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
type=ahv
server=192.0.2.0
Expand Down

0 comments on commit e76af58

Please sign in to comment.