Hi,
Without the "OpenStack" key, most of the instance configuration works
(using the EC2 key to configure maybe), but some parts are missing, such
as "Vendordata" which are not passed to the instance.
As far as I know, the "ConfigDrive" is a different way to configure the
instance.
(Nb: This is using a Mitaka Openstack deployment, it might be different
with Newton)
Le 07/02/2017 à 11:32, Olivier Berger a écrit :
Hi.
On Wed, Oct 19, 2016 at 04:45:10PM +0200, Mateo Boudet wrote:
Cloud-init refers to a datasource list located at
/etc/cloud/cloud.cfg.d/90_dpkg.cfg to select from where it should import data.
On a fresh install, the list is as follows :
datasource_list: [ NoCloud, AltCloud, CloudStack, ConfigDrive, Ec2, MAAS, OVF,
GCE, None ]
It is missing an 'OpenStack' key. Without it, it cannot import vendor data from
an Openstack install.
Even with dpkg-reconfigure, the 'OpenStack' cannot be added, it must be added
manually.
May it be that the Ec2 is supported by OpenStack ? I kinda remember having
noticed something like this in the docs.
Also "OpenStack Config Drive" seems supported, but this may not be what you
need ?
Hope this helps a bit.
Best regards,