Re: [libvirt] [PATCH 1/2] fix domaincommon.rng to accept network name with quotes

2015-06-09 Thread Laine Stump
On 06/01/2015 04:07 AM, Shivaprasad G Bhat wrote: > The network name is currently of type "deviceName" but it should be "text" as > name is defined in the network.rng. > > Signed-off-by: Shivaprasad G Bhat > --- > docs/schemas/domaincommon.rng |2 +- > 1 file changed, 1 insertion(+), 1 deleti

[libvirt] [PATCH 1/2] fix domaincommon.rng to accept network name with quotes

2015-06-01 Thread Shivaprasad G Bhat
The network name is currently of type "deviceName" but it should be "text" as name is defined in the network.rng. Signed-off-by: Shivaprasad G Bhat --- docs/schemas/domaincommon.rng |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schema