From 82760cd416f38fc3a71cb1b08d7ebc19660c5bab Mon Sep 17 00:00:00 2001 From: Francesco Romani Date: Wed, 7 Feb 2018 11:51:18 +0100 Subject: [PATCH] schema: remove references to libvirt schema Those references are unhelpful at best. --- pkg/api/v1/schema.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/api/v1/schema.go b/pkg/api/v1/schema.go index e500139a4019..323614528afe 100644 --- a/pkg/api/v1/schema.go +++ b/pkg/api/v1/schema.go @@ -123,8 +123,6 @@ type DiskDevice struct { type DiskTarget struct { // Bus indicates the type of disk device to emulate. // supported values: virtio, sata, scsi, ide - // see libvirt schema here: - // https://github.com/libvirt/libvirt/blob/v3.7-maint/docs/schemas/domaincommon.rng#L1693 Bus string `json:"bus,omitempty"` // ReadOnly // Defaults to false @@ -134,8 +132,6 @@ type DiskTarget struct { type LunTarget struct { // Bus indicates the type of disk device to emulate. // supported values: virtio, sata, scsi, ide - // see libvirt schema here: - // https://github.com/libvirt/libvirt/blob/v3.7-maint/docs/schemas/domaincommon.rng#L1693 Bus string `json:"bus,omitempty"` // ReadOnly // Defaults to false @@ -168,8 +164,6 @@ const ( type CDRomTarget struct { // Bus indicates the type of disk device to emulate. // supported values: virtio, sata, scsi, ide - // see libvirt schema here: - // https://github.com/libvirt/libvirt/blob/v3.7-maint/docs/schemas/domaincommon.rng#L1693 Bus string `json:"bus,omitempty"` // ReadOnly // Defaults to true