naichuans 4056689f0b os-xenapi: fix tempest test error from glance
The image_id argument is not used anymore, but I still passed it
to `_update_image_meta_v2` function, which lead to a tempest test
error. This patch is used to fix this error.
Modify the unit test to prevent similar issues.

Change-Id: I8cb9f6bd31f2f3ac2e4688253aee255b774f1b69
2017-09-12 05:54:42 +00:00
..

This directory contains files that are required for the XenAPI support.
They should be installed in the XenServer / Xen Cloud Platform dom0.

If you install them manually, you will need to ensure that the newly
added files are executable. You can do this by running the following
command (from dom0):

    chmod a+x /etc/xapi.d/plugins/*

Otherwise, you can build rpm package by running the following command:

    cd $OS_XENAPI_ROOT
    make rpm

and install the package by running the following command in dom0:

    rpm -i xenapi-plugins-*.noarch.rpm