xenserver / buildroot

Package buildroot for xen-api and related packages
45 stars 29 forks source link

Ubuntu missing /usr/etc/xenhost.conf #300

Open matelakat opened 11 years ago

matelakat commented 11 years ago

Starting DevStack on an ubuntu/xenserver-core, n-cpu fails with:

2013-10-29 07:59:30.081 ERROR nova.virt.xenapi.host [-] The call to host_data returned an erro
r: ['XENAPI_PLUGIN_FAILURE', 'host_data', 'IOError', "[Errno 2] No such file or directory: '/u
sr/etc/xenhost.conf'"].
matelakat commented 11 years ago

This is the workaround:

mkdir /usr/etc && echo "{}" > /usr/etc/xenhost.conf