From 5e8cb18d3c3fd76a4e4fc0fd4d6d4c27fc71fc02 Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Thu, 19 Jan 2017 11:35:09 -0500 Subject: [PATCH] Simplify access to the utility container Change-Id: Iaeb24b9d67879b3ce0b076f9f612d52f3ece5769 --- .../openstack-operations/verify-deploy.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/source/draft-operations-guide/openstack-operations/verify-deploy.rst b/doc/source/draft-operations-guide/openstack-operations/verify-deploy.rst index 94886ac255..cc56fba337 100644 --- a/doc/source/draft-operations-guide/openstack-operations/verify-deploy.rst +++ b/doc/source/draft-operations-guide/openstack-operations/verify-deploy.rst @@ -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: