nova/plugins/xenserver/xenapi
Jared Culp 47a20a9f44 xenapi: send identity headers from glance plugin
Send identity headers while uploading/downloading images from glance. Related
to:

1) Add identity headers while calling glanceclient from nova
Ife02059abbdce7920f1f408b71e9745d777fa770

2) Pass identity headers received in glanceclient to nova
Ifbef582aa4e64a2e7a46db43a9cc6cf8c3531dbd

3) Pass identity headers received by glance api to glance registry
Ie5f07ed6dfeaa8428de4f79c4d40d182328e6ab4

NOTE: since this is a change to a Dom0 plugin API, it requires the lock-step
upgrade of both the compute-manager and the dom0 plugin.

DocImpact

Change-Id: I6d5e3448d2c0acc392d18e0b88cec25cf313da5b
2013-08-08 17:51:22 +00:00
..
contrib xenapi: implement get_console_output for XCP/XenServer 2013-06-12 14:39:49 +00:00
etc/xapi.d/plugins xenapi: send identity headers from glance plugin 2013-08-08 17:51:22 +00:00
README Bug #921730: plugins/xenserver/xenapi/etc/xapi.d/plugins/objectstore no longer in use 2012-01-26 14:09:26 +00:00

README

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 an rpm as detailed in:

$NOVA_ROOT/plugins/xenserver/xenapi/contrib/

and install the rpm by running the following command (from dom0):

rpm -i openstack-xen-plugins.rpm