Merge "Fix bug in devstack-guide: readd server create"

This commit is contained in:
Zuul 2024-01-25 01:02:55 +00:00 committed by Gerrit Code Review
commit 4f187a9671
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::