Fix bug in devstack-guide: readd server create

Apparently when I refactored this document, I omitted the actual
section which instructed you how to create the machine. This corrects
that omission.

Whoops.

Change-Id: Ibee5afa33920647a457d3c5182c28bbd92d55ef6
This commit is contained in:
Jay Faulkner 2024-01-17 12:02:02 -08:00
parent e1a8e4ba6c
commit ccfefa4772
1 changed files with 3 additions and 3 deletions

View File

@ -292,13 +292,13 @@ user::
. ~/devstack/openrc demo
# query the image id of the default cirros image
image=$(openstack image show $DEFAULT_IMAGE_NAME -f value -c id)
# create keypair
ssh-keygen
openstack keypair create --public-key ~/.ssh/id_rsa.pub default
Now you're ready to build::
openstack server create --flavor baremetal --nic net-id=$net_id --image $image --key-name default testing
You should now see a Nova instance building::