Add a missing password prompt for Demo user in an example

A password prompt was missing from the last example in this section;
this patch adds the required text.

Change-Id: Ic69ace7e2998a9584c44c7a37502b1c3e0a846e6
Closes-bug: #1464337
Backport: Kilo
This commit is contained in:
Harry Sutton 2015-06-12 08:38:51 -04:00
parent ca92d0caf4
commit d1e9823be1

View File

@ -171,7 +171,8 @@
--os-project-domain-id default --os-user-domain-id default \
--os-project-name demo --os-username demo --os-auth-type password \
user list</userinput>
<computeroutput>ERROR: openstack You are not authorized to perform the requested action, admin_required. (HTTP 403)</computeroutput></screen>
<computeroutput>Password:
ERROR: openstack You are not authorized to perform the requested action, admin_required. (HTTP 403)</computeroutput></screen>
</step>
</procedure>
</section>