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:
parent
e1a8e4ba6c
commit
ccfefa4772
@ -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::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user