Merge "Simplify access to the utility container"

This commit is contained in:
Jenkins 2017-01-23 04:17:38 +00:00 committed by Gerrit Code Review
commit cf97952552
1 changed files with 1 additions and 8 deletions

View File

@ -16,18 +16,11 @@ the OpenStack API and dashboard.
The utility container provides a CLI environment for additional
configuration and testing.
#. Determine the utility container name:
.. code::
$ lxc-ls | grep utility
infra1_utility_container-161a4084
#. Access the utility container:
.. code::
$ lxc-attach -n infra1_utility_container-161a4084
$ lxc-attach -n `lxc-ls -1 | grep utility`
#. Source the ``admin`` tenant credentials: