From f6107f0929cd4162d00cf47047b4c724d5e45d4a Mon Sep 17 00:00:00 2001 From: Lubosz Kosnik Date: Wed, 7 Oct 2015 16:38:18 +0200 Subject: [PATCH] Fixes typo in openstack command openstack user-list changed to proper form of openstack command Change-Id: If409ab26bf6266e0790a2d2cce18d28adb844702 Closes-Bug: #1503711 --- doc/devenv-vagrant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devenv-vagrant.rst b/doc/devenv-vagrant.rst index 29b24d5d5b..c34e5c7f5a 100644 --- a/doc/devenv-vagrant.rst +++ b/doc/devenv-vagrant.rst @@ -117,7 +117,7 @@ Deploy multinode with:: Validate OpenStack is operational:: source ~/openrc - openstack user-list + openstack user list Or navigate to http://10.10.10.254/ with a web browser.