Keystone CLI -Setting up tenants, users, and roles

Bug #1084198 reported by JuanFra Rodriguez Cardoso
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Fix Released
Undecided
Unassigned

Bug Description

Current manual (wrong):
   - $ keystone --os-token 012345SECRET99TOKEN012345 --os-endpoint http://192.168.206.130:35357/v2.0 tenant-create --name demo --description "Default Tenant"

Correct parameters:
   - - $ keystone --token 012345SECRET99TOKEN012345 --endpoint http://192.168.206.130:35357/v2.0 tenant-create --name demo --description "Default Tenant"

Revision history for this message
Anne Gentle (annegentle) wrote :

Hi JuanFra, thanks for reporting.

We specifically already addressed this difference in the docs. You'll find that "trunk" (which is the current doc branch) notes that The parameters --os-token and --os-endpoint are valid for the keystoneclient available after October 2012. Use --token and --endpoint with the keystoneclient released with the Folsom packaging.
See:
http://docs.openstack.org/trunk/openstack-compute/install/apt/content/configure-keystone.html

And compare:
http://docs.openstack.org/trunk/openstack-compute/install/apt/content/setting-up-tenants-users-and-roles-manually.html
with http://docs.openstack.org/folsom/openstack-compute/install/apt/content/setting-up-tenants-users-and-roles-manually.html

You'll find that the Folsom doc uses --token and --endpoint, and the "Grizzly" doc uses --os-token and --os-endpoint.

Revision history for this message
JuanFra Rodriguez Cardoso (juanfra-rc) wrote : Re: [Bug 1084198] Re: Keystone CLI -Setting up tenants, users, and roles

Ok! I understand.

Thanks,
JuanFra.

2012/11/28 Anne Gentle <email address hidden>

> Hi JuanFra, thanks f

Changed in openstack-manuals:
status: New → Fix Released
affects: openstack-manuals → ubuntu
affects: ubuntu → keystone
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.