From ccfefa477269b1385fea915cfe263a5d4448e032 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Wed, 17 Jan 2024 12:02:02 -0800 Subject: [PATCH] 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 --- doc/source/contributor/devstack-guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/contributor/devstack-guide.rst b/doc/source/contributor/devstack-guide.rst index 5ede164974..16d77e0b1e 100644 --- a/doc/source/contributor/devstack-guide.rst +++ b/doc/source/contributor/devstack-guide.rst @@ -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::