[libvirt] [PATCH] lxc: allow defining environment variables

Daniel P. Berrange berrange at redhat.com
Mon Jun 5 14:23:51 UTC 2017


On Tue, May 30, 2017 at 09:32:43PM +0200, Cédric Bosdonnat wrote:
> When running an application container, setting environment variables
> could be important.
> 
> The newly introduced <initenv> tag in domain configuration will allow
> setting environment variables to the init program.
> ---
>  docs/formatdomain.html.in            |  5 +++++
>  docs/schemas/domaincommon.rng        | 10 ++++++++++
>  src/conf/domain_conf.c               | 38 ++++++++++++++++++++++++++++++++++++
>  src/conf/domain_conf.h               |  8 ++++++++
>  src/lxc/lxc_container.c              |  5 +++++
>  tests/lxcxml2xmldata/lxc-initenv.xml | 30 ++++++++++++++++++++++++++++
>  tests/lxcxml2xmltest.c               |  1 +
>  7 files changed, 97 insertions(+)
>  create mode 100644 tests/lxcxml2xmldata/lxc-initenv.xml

Generally looks fine, but do we need to wire this up for  native-to-xml
conversion too ?


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list