Bug 1402708

Summary: keystone command line doesn't exist
Product: Red Hat OpenStack Reporter: Cyril Lopez <cylopez>
Component: documentationAssignee: Martin Lopes <mlopes>
Status: CLOSED CURRENTRELEASE QA Contact: Don Domingo <ddomingo>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 10.0 (Newton)CC: mlopes, srevivo
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-12 03:19:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Cyril Lopez 2016-12-08 08:51:39 UTC
Description of problem:

In documentation, is wroten :
keystone role-create --name heat_stack_owner

But keystone command line is deprecated, we need to use now :

openstack role create heat_stack_owner

Version-Release number of selected component (if applicable):
openstack-tripleo-heat-templates-5.1.0-7.el7ost.noarch
python-keystoneclient-3.5.0-1.el7ost.noarch
python-keystoneauth1-2.12.2-1.el7ost.noarch
puppet-keystone-9.4.0-1.el7ost.noarch
python-keystone-tests-10.0.0-3.el7ost.noarch
python-keystonemiddleware-4.9.0-1.el7ost.noarch
openstack-keystone-10.0.0-3.el7ost.noarch
python-keystone-10.0.0-3.el7ost.noarch


How reproducible:
[stack@nfv ~]$ keystone role-create --name heat_stack_owner -bash: keystone: command not found

Comment 3 Martin Lopes 2017-01-11 07:19:14 UTC
Republished "Director Installation and Usage" with the updated command:

https://access.redhat.com/documentation/en/red-hat-openstack-platform/10/single/director-installation-and-usage/

Comment 8 Martin Lopes 2017-01-12 03:21:29 UTC
and

* Users and Identity Management Guide - https://access.redhat.com/documentation/en/red-hat-openstack-platform/10/single/users-and-identity-management-guide/

Comment 10 Don Domingo 2017-01-13 00:48:13 UTC
and

* Storage Guide - https://access.redhat.com/documentation/en/red-hat-openstack-platform/10/single/storage-guide

Thanks for the heads-up on this.