| ... | ... |
@@ -88,7 +88,7 @@ You can login using the username ``ubuntu`` and password ``ubuntu``. |
| 88 | 88 |
|
| 89 | 89 |
You can also ssh into your container. On your host, run |
| 90 | 90 |
``sudo lxc-info -n devstack`` to get the IP address (e.g. |
| 91 |
-``ssh ubuntu@$(sudo lxc-info -n p2 | awk '/IP/ { print $2 }')``).
|
|
| 91 |
+``ssh ubuntu@$(sudo lxc-info -n devstack | awk '/IP/ { print $2 }')``).
|
|
| 92 | 92 |
|
| 93 | 93 |
Run Devstack |
| 94 | 94 |
------------- |