From f745a0a7aa8cc86a02cd43012b307bb65df5b1aa Mon Sep 17 00:00:00 2001 From: Lucas Xu Date: Thu, 30 May 2019 20:49:29 +0000 Subject: [PATCH] Fix Typo on Devstack-with-lbaas-v2.rst Change "creeate" to "create" in thie CLI Change-Id: Ic9997ad2b852ae25b28c5ad7481fad188b632a50 --- doc/source/guides/devstack-with-lbaas-v2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/guides/devstack-with-lbaas-v2.rst b/doc/source/guides/devstack-with-lbaas-v2.rst index a27a4d20b4..db138ae2c5 100644 --- a/doc/source/guides/devstack-with-lbaas-v2.rst +++ b/doc/source/guides/devstack-with-lbaas-v2.rst @@ -91,7 +91,7 @@ Create two nova instances that we can use as test http servers: #create nova instances on private network openstack server create --image $(openstack image list | awk '/ cirros-.*-x86_64-.* / {print $2}') --flavor 1 --nic net-id=$(openstack network list | awk '/ private / {print $2}') node1 - openstack server creeate --image $(openstack image list | awk '/ cirros-.*-x86_64-.* / {print $2}') --flavor 1 --nic net-id=$(openstack network list | awk '/ private / {print $2}') node2 + openstack server create --image $(openstack image list | awk '/ cirros-.*-x86_64-.* / {print $2}') --flavor 1 --nic net-id=$(openstack network list | awk '/ private / {print $2}') node2 openstack server list # should show the nova instances just created #add secgroup rules to allow ssh etc..