> I have the following lines in nova.conf: > > force_config_drive = always > config_drive_cdrom = True > > Whenever I launch an instance, I can see a content directory in the config > drive > > openstack/content/0000 contains all network interfaces. > > I can simply configure the static IP address from openstack/content/0000. > > Now I have a new openstack cluster setup and I cannot see this content > directory when I launch a VM. > > I checked my configuration files and I can't find any difference with my > old cluster. > Hello,
You may also check option flat_injected in nova.conf. It should be true on nova-compute hosts. And injected_network_template option should point to existing template file. -- Vlad
_______________________________________________ OpenStack-operators mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
