Bad params in keystone user-role-add example

Bug #1058431 reported by Asher Newcomer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Tom Fifield

Bug Description

Minor, but in the Keystone walkthrough for setting up tenants, users, ...

$keystone --token 012345SECRET99TOKEN012345 --endpoint http://192.168.206.130:35357/v2.0 user-role-add --user a4c2d43f80a549a19864c89d759bb3fe --tenant_id b5815b046cfe47bb891a7b64119e7f80 --role e3d9d157cc95410ea45d23bbbc2e5c10

should be

$keystone --token 012345SECRET99TOKEN012345 --endpoint http://192.168.206.130:35357/v2.0 user-role-add --user-id a4c2d43f80a549a19864c89d759bb3fe --tenant_id b5815b046cfe47bb891a7b64119e7f80 --role-id e3d9d157cc95410ea45d23bbbc2e5c10

thanks

Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
Tom Fifield (fifieldt)
Changed in openstack-manuals:
assignee: nobody → Tom Fifield (fifieldt)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/13872

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/13872
Committed: http://github.com/openstack/openstack-manuals/commit/aa07160b43d7b806e1278f993e3945fb470347a4
Submitter: Jenkins
Branch: master

commit aa07160b43d7b806e1278f993e3945fb470347a4
Author: Tom Fifield <email address hidden>
Date: Sat Sep 29 18:03:18 2012 +1000

    Update keystone commands for user-->user-id

    fixes bug 1058431

    keystone client arguments --user and --role are now
    --user-id and --role-id. This patch updates the examples
    in the install guide

    Change-Id: I2b03ea2c42677b9c511550049ac866ca8ad55c55

Changed in openstack-manuals:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.