Lxd image for openstack nova

i have a container which needs to be moved to a hosted platform. a provider offers openstack with nova. Is there a possibility to make the lxd container (published image) compatible with nova-openstack?

Not really as openstack will normally run full virtual machines, so a container image will be missing a kernel, bootloader, partition table, …

You could run a basic VM on openstack and then run LXD in that to use your image though.