|
...
|
...
|
@@ -91,7 +91,7 @@ Create two nova instances that we can use as test http servers:
|
|
91
|
91
|
|
|
92
|
92
|
#create nova instances on private network
|
|
93
|
93
|
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
|
|
94
|
|
- 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
|
|
|
94
|
+ 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
|
|
95
|
95
|
openstack server list # should show the nova instances just created
|
|
96
|
96
|
|
|
97
|
97
|
#add secgroup rules to allow ssh etc..
|