Re: [libvirt] [PATCH] Allow custom metadata in network configuration XML

2016-07-01 Thread Laine Stump
On 06/22/2016 06:05 PM, Brnadon Bennett wrote: From: Brandon Bennett This replicates the metadata field found in the domain configuration and adds it to the network configuration XML. Now that the freeze is over and libvirt-2.0.0 is released, I'm finally able to

Re: [libvirt] [PATCH] Allow custom metadata in network configuration XML

2016-06-27 Thread Peter Krempa
On Fri, Jun 24, 2016 at 12:26:22 -0400, Laine Stump wrote: > On 06/24/2016 07:01 AM, Peter Krempa wrote: > > On Wed, Jun 22, 2016 at 16:05:50 -0600, Brnadon Bennett wrote: > >> From: Brandon Bennett > >> > >> This replicates the metadata field found in the domain

Re: [libvirt] [PATCH] Allow custom metadata in network configuration XML

2016-06-24 Thread Laine Stump
On 06/24/2016 07:01 AM, Peter Krempa wrote: On Wed, Jun 22, 2016 at 16:05:50 -0600, Brnadon Bennett wrote: From: Brandon Bennett This replicates the metadata field found in the domain configuration and adds it to the network configuration XML. Just a few notes

Re: [libvirt] [PATCH] Allow custom metadata in network configuration XML

2016-06-24 Thread Peter Krempa
On Wed, Jun 22, 2016 at 16:05:50 -0600, Brnadon Bennett wrote: > From: Brandon Bennett > > This replicates the metadata field found in the domain configuration > and adds it to the network configuration XML. Just a few notes before Laine pushes the patch: > --- >

Re: [libvirt] [PATCH] Allow custom metadata in network configuration XML

2016-06-23 Thread Vasiliy Tolstov
2016-06-23 22:37 GMT+03:00 Laine Stump : > I talked with him about it on IRC yesterday. He wants to do [something] in a > network hook script, and presumably wants some bit of local configuration > that is the same for all domains connected to a network, but can change > depending

Re: [libvirt] [PATCH] Allow custom metadata in network configuration XML

2016-06-23 Thread Laine Stump
On 06/23/2016 02:31 PM, Vasiliy Tolstov wrote: 2016-06-23 1:05 GMT+03:00 Brnadon Bennett : From: Brandon Bennett This replicates the metadata field found in the domain configuration and adds it to the network configuration XML. Why not use domain

Re: [libvirt] [PATCH] Allow custom metadata in network configuration XML

2016-06-23 Thread Laine Stump
On 06/22/2016 06:05 PM, Brnadon Bennett wrote: From: Brandon Bennett This replicates the metadata field found in the domain configuration and adds it to the network configuration XML. --- docs/formatnetwork.html.in | 13 +

Re: [libvirt] [PATCH] Allow custom metadata in network configuration XML

2016-06-23 Thread Vasiliy Tolstov
2016-06-23 1:05 GMT+03:00 Brnadon Bennett : > From: Brandon Bennett > > This replicates the metadata field found in the domain configuration > and adds it to the network configuration XML. Why not use domain metadata? WHy you create metadata for network

[libvirt] [PATCH] Allow custom metadata in network configuration XML

2016-06-22 Thread Brnadon Bennett
From: Brandon Bennett This replicates the metadata field found in the domain configuration and adds it to the network configuration XML. --- docs/formatnetwork.html.in | 13 + docs/schemas/basictypes.rng | 23 +++