is it possible to indicate hostname when create a instane? [closed]
is it possible to indicate hostname when create a instane?
First time here? Check out the FAQ!
is it possible to indicate hostname when create a instane?
If you have cloud-init installed in your image, you may configure hostname by putting Post-Creating script (e.g. from Horizon interface)
For example, if you put
#cloud-config
hostname: example.com
It should set your hostname to example.com on first boot
Using CLI:
nova boot --image <uuid> --flavor m1.tiny --key_name <privatekey> --availability-zone nova:<name of the compute node>
You can specify name of the compute node.
Asked: 2014-08-14 10:30:52 -0500
Seen: 197 times
Last updated: Aug 15 '14
Nova compute.instance.create Notification
How to setup a bridge for multiple compute nodes?
Snapshot of Instances is Queued forever
Your CPU does not support KVM extention
Newton: Unable to migrate/live-migrate on [closed]
dnsmasq: lease-init script returned exit code 1