Issue in documentation

Asked by Tiago Lima

Hi,

I'm using OpenStack Getting Started Guide by Red Hat Cloud Engineering for Folsom release and I founded some command errors like:

keystone user-role-add --user-id 94d659c3c9534095aba5f8475c87091a \
  --role-id 78035c5d3cd94e62812d6d37551ecd6a \
  --tenant-id 6f8e3e36c4194b86b9a9b55d4b722af3

where '--user-id' must be replaced by '--user'
where '--role-id' must be replaced by '--role' and
where '--tenant-id' must be replaced by '--tenant_id'

Is this the correct place to report this?

Bests,

Tiago Lima

Question information

Language:
English Edit question
Status:
Answered
For:
openstack-manuals Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Rajesh kannan (rajeshkannan007) said :
#1

Hi Tiago,

No i think you misspelt it..

It should be '--user_id' ,'--role_id', and '--tenant_id'

you should use' _' instead of '-'

so the whole command will be look like..

$ keystone user-role-add --user_id 223c1711de5446f9b99c71803fc488db --role_id e45af7cf33be4dac8070aa8310144ce3 --tenant_id 2a76a11b872e4ca18adb3162924735af

let me know its helpful or not..

Can you help with this problem?

Provide an answer of your own, or ask Tiago Lima for more information if necessary.

To post a message you must log in.