Correct missspellings of secret
Change-Id: Ia00d5cf3a32f534d1c0f40d5b295610f88a777d4
This commit is contained in:
		| @@ -297,7 +297,7 @@ Using global options: | |||||||
|  |  | ||||||
| .. code-block:: bash | .. code-block:: bash | ||||||
|  |  | ||||||
|     $ openstack --os-tenant-name ExampleCo --os-username demo --os-password secrete --os-auth-url http://localhost:5000:/v2.0 server show appweb01 |     $ openstack --os-tenant-name ExampleCo --os-username demo --os-password secret --os-auth-url http://localhost:5000:/v2.0 server show appweb01 | ||||||
|     +------------------------+-----------------------------------------------------+ |     +------------------------+-----------------------------------------------------+ | ||||||
|     |        Property        |                Value                                | |     |        Property        |                Value                                | | ||||||
|     +------------------------+-----------------------------------------------------+ |     +------------------------+-----------------------------------------------------+ | ||||||
| @@ -319,7 +319,7 @@ Using environment variables: | |||||||
|  |  | ||||||
|     $ export OS_TENANT_NAME=ExampleCo |     $ export OS_TENANT_NAME=ExampleCo | ||||||
|     $ export OS_USERNAME=demo |     $ export OS_USERNAME=demo | ||||||
|     $ export OS_PASSWORD=secrete |     $ export OS_PASSWORD=secret | ||||||
|     $ export OS_AUTH_URL=http://localhost:5000:/v2.0 |     $ export OS_AUTH_URL=http://localhost:5000:/v2.0 | ||||||
|     $ openstack server show appweb01 |     $ openstack server show appweb01 | ||||||
|     +------------------------+-----------------------------------------------------+ |     +------------------------+-----------------------------------------------------+ | ||||||
|   | |||||||
| @@ -288,7 +288,7 @@ Show the detailed information for server ``appweb01``:: | |||||||
|  |  | ||||||
|     openstack \ |     openstack \ | ||||||
|         --os-project-name ExampleCo \ |         --os-project-name ExampleCo \ | ||||||
|         --os-username demo --os-password secrete \ |         --os-username demo --os-password secret \ | ||||||
|         --os-auth-url http://localhost:5000:/v2.0 \ |         --os-auth-url http://localhost:5000:/v2.0 \ | ||||||
|         server show appweb01 |         server show appweb01 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dougal Matthews
					Dougal Matthews