diff --git a/doc/source/contributor/devstack-guide.rst b/doc/source/contributor/devstack-guide.rst index 094bff6de7..e29cc33ea6 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::