aa1f09f12a
install guide Change-Id: Ic8c5a2638049ab957bc7095071235f84d178fa3f
555 B
555 B
Home OpenStack-Ansible Installation Guide
Deploy a baremetal node kicked with Ironic
Important
You will not have access unless you have a key set within Nova before
your Ironic deployment. If you do not have an ssh key readily available,
set one up with ssh-keygen
.
nova keypair-add --pub-key ~/.ssh/id_rsa.pub admin
Now boot a node:
nova boot --flavor ${FLAVOR_NAME} --image ${IMAGE_NAME} --key-name admin ${NODE_NAME}