File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Human Interface Guide
33=====================
44
5- *Note: This page covers the OpenStackClient CLI only but looks familiar
5+ *Note: This page covers the OpenStackClient CLI only but looks familiar
66because it was derived from the Horizon HIG. *
77
88Overview
@@ -297,7 +297,7 @@ Using global options:
297297
298298.. code-block :: bash
299299
300- $ openstack --os-tenant-name ExampleCo --os-username demo --os-password secrete --os-auth-url http://localhost:5000:/v2.0 server show appweb01
300+ $ openstack --os-tenant-name ExampleCo --os-username demo --os-password secret --os-auth-url http://localhost:5000:/v2.0 server show appweb01
301301 +------------------------+-----------------------------------------------------+
302302 | Property | Value |
303303 +------------------------+-----------------------------------------------------+
@@ -319,7 +319,7 @@ Using environment variables:
319319
320320 $ export OS_TENANT_NAME=ExampleCo
321321 $ export OS_USERNAME=demo
322- $ export OS_PASSWORD=secrete
322+ $ export OS_PASSWORD=secret
323323 $ export OS_AUTH_URL=http://localhost:5000:/v2.0
324324 $ openstack server show appweb01
325325 +------------------------+-----------------------------------------------------+
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ Show the detailed information for server ``appweb01``::
288288
289289 openstack \
290290 --os-project-name ExampleCo \
291- --os-username demo --os-password secrete \
291+ --os-username demo --os-password secret \
292292 --os-auth-url http://localhost:5000:/v2.0 \
293293 server show appweb01
294294
You can’t perform that action at this time.
0 commit comments