7aa6f8465c
There are a few upload errors that glance plugin should not retry upload on, as it will fail again. This patch changes upload to not retry on the following conditions in addition to the 401 error that it already handles: - CONFLICT - REQUEST_ENTITY_TOO_LARGE - PRECONDITION_FAILED - FORBIDDEN Fixes bug 1203726 Change-Id: I538a4f9b133169b2e398e7dfcb3af58fef204f03
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