Add dhcp-all-interfaces to get IP to NIC other than eth0
Bare metal server with BMC typically has multiple NICs. User image needs dhcp-all-interfaces element to get IP to NIC other than eth0 through DHCP. Having booted the user image by "nova boot", user cannot login after without dhcp-all-interfaces element. Change-Id: Iac806397e39f489a3ccdc9c087ad120ac79f2144
This commit is contained in:
@@ -460,7 +460,7 @@ them to Glance service:
|
||||
- Build the image your users will run (Ubuntu image has been taken as
|
||||
an example)::
|
||||
|
||||
disk-image-create ubuntu baremetal -o my-image
|
||||
disk-image-create ubuntu baremetal dhcp-all-interfaces -o my-image
|
||||
|
||||
The above command creates *my-image.qcow2*, *my-image.vmlinuz* and
|
||||
*my-image.initrd* files. If you want to use Fedora image, replace
|
||||
|
||||
Reference in New Issue
Block a user