Bug 1128659

Summary: Missing username in heat domain configuration step
Product: Red Hat OpenStack Reporter: Steven Hardy <shardy>
Component: doc-Installation_and_Configuration_GuideAssignee: Don Domingo <ddomingo>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.0 (RHEL 7)CC: ddomingo, shardy, yeylon
Target Milestone: ---Keywords: Documentation
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-10 03:36:32 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:
Embargoed:

Description Steven Hardy 2014-08-11 10:17:27 UTC
Description of problem:
There is a missing username in the installation guide, section ⁠9.3.3.1 step 4.

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Installation_and_Configuration_Guide/sect-Configure_the_Orchestration_Service.html

4. Create a user that can have administrative rights within the heat domain:
# openstack --os-token ADMIN_TOKEN --os-url=IDENTITY_IP:5000/v3 \
   --os-identity-api-version=3 user create --password DOMAIN_PASSWORD \
   --domain HEAT_DOMAIN_ID
   --description "Manages users and projects created by heat"

Should be:

4. Create a user that can have administrative rights within the heat domain:
# openstack --os-token ADMIN_TOKEN --os-url=IDENTITY_IP:5000/v3 \
   --os-identity-api-version=3 user create heat_domain_admin \
   --password DOMAIN_PASSWORD --domain HEAT_DOMAIN_ID \
   --description "Manages users and projects created by heat"

Note the additional "heat_domain_admin" username, which is missing currently and will cause the CLI call to fail.

Comment 2 Steven Hardy 2014-08-11 10:30:01 UTC
Also in step 5 "role-add" should be "role add"

Comment 3 Don Domingo 2014-08-17 23:56:27 UTC
Done in source. 

Steven, does that mean that the command in the next step, namely:

# openstack --os-token ADMIN_TOKEN --os-url=IDENTITY_IP:5000/v3 \
   --os-identity-api-version=3 role-add --user DOMAIN_ADMIN_ID \
   --domain HEAT_DOMAIN_ID admin


...should be changed to:

# openstack --os-token ADMIN_TOKEN --os-url=IDENTITY_IP:5000/v3 \
   --os-identity-api-version=3 role-add --user heat_domain_admin \
   --domain HEAT_DOMAIN_ID admin

?? It *looks* like it'll work either way, but it'll be easier for the reader to use heat_domain_admin than a long ID string.

Comment 4 Don Domingo 2015-01-19 00:20:23 UTC
Work done, setting as MODIFIED. 

(In reply to Don Domingo from comment #3)
> Done in source. 
>

Comment 6 Red Hat Bugzilla 2023-09-14 02:45:33 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days