On Fri, Feb 7, 2014 at 2:01 AM, Taurus Cheung <taurus.che...@harmonicinc.com > wrote:
> Hi, > > > > I am working on deploying images to bare-metal machines using nova > bare-metal. In current design, some files like hostname, network config > file and meta.json are injected into the image before writing to bare-metal > machines. Can we control which items to be injected into the image? > > > We removed this functionality a while back. Instance parameterization should be happening via cloud-init, not via file injection, if you're using code from Havana or trunk. If you're using the baremetal driver from Grizzly, yes, it's doing file injection. That early driver didn't support DHCP for the instances, so it had to inject hostname and network config with static IPs. -Devananda
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev