nova/plugins/xenserver/xenapi
Bo Wang 608b7d9047 Fix indexing of dict.keys() in python3
It will throw TypeError when you try to operate on
dict.keys() like a list in python3.
ref:https://docs.python.org/3/library/stdtypes.html#dictionary-view-objects

Partially implements blueprint: nova-python3-mitaka

Change-Id: I44fc5ceb4f533f0e3628bddc1b394cf5e6573a82
2016-01-15 00:48:35 +08:00
..
etc/xapi.d/plugins Fix indexing of dict.keys() in python3 2016-01-15 00:48:35 +08:00
README Remove xenapi rpm building code 2013-10-15 14:38:40 -07: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/*