Skip to content

Commit 69d3b79

Browse files
Wrong container name in devstack "All-In-One Single LXC Container" manual.
Wrong container name in devstack "All-In-One Single LXC Container" manual. Link: http://docs.openstack.org/developer/devstack/guides/lxc.html After creating "devstack" container with below command sudo lxc-create -n devstack -t ubuntu -f devstack-lxc.conf -- --packages=bsdmainutils,git The name should be 'devstack' instead of 'p2' in the below command ssh ubuntu@$(sudo lxc-info -n p2 | awk '/IP/ { print $2 }')). Change-Id: I7a84b97b03b2dd4338f1d946b7eafb8ec6e3767d Closes-bug: #1582248
1 parent 59ed73a commit 69d3b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/guides/lxc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can login using the username ``ubuntu`` and password ``ubuntu``.
8888

8989
You can also ssh into your container. On your host, run
9090
``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 }')``).
9292

9393
Run Devstack
9494
-------------

0 commit comments

Comments
 (0)