[libvirt] [sandbox PATCH v4 18/21] Add config for environment variables

Daniel P. Berrange berrange at redhat.com
Mon Sep 7 16:37:52 UTC 2015


On Fri, Aug 28, 2015 at 01:47:46PM +0000, Eren Yagdiran wrote:
> Add the config gobject to store custom environment variables.
> This will allow creating custom environment variables on a sandbox
> with a parameter formatted like --env key1=val1
> 
> Add testcase for custom environment variables
> 
> "make check" now includes testcase for environment variables

> diff --git a/libvirt-sandbox/libvirt-sandbox.sym b/libvirt-sandbox/libvirt-sandbox.sym
> index 6f8097a..a09a6c2 100644
> --- a/libvirt-sandbox/libvirt-sandbox.sym
> +++ b/libvirt-sandbox/libvirt-sandbox.sym
> @@ -26,6 +26,12 @@ LIBVIRT_SANDBOX_0.6.0 {
>  	gvir_sandbox_config_disk_get_type;
>  	gvir_sandbox_config_has_disks;
>  
> +	gvir_sandbox_config_add_env;
> +	gvir_sandbox_config_add_env_strv;
> +	gvir_sandbox_config_add_env_opts;
> +	gvir_sandbox_config_env_get_type;
> +	gvir_sandbox_config_has_envs;
> +
>  	gvir_sandbox_config_mount_add_include;
>  	gvir_sandbox_config_mount_get_includes;
>  	gvir_sandbox_config_mount_get_target;

This should be added to a new version block 0.6.1, rather than
changing the existing version.


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list