Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1174902 - incorrect procedure for Orchestration configuration
incorrect procedure for Orchestration configuration
Status: CLOSED CURRENTRELEASE
Product: Red Hat OpenStack
Classification: Red Hat
Component: doc-Installation_and_Configuration_Guide (Show other bugs)
5.0 (RHEL 7)
Unspecified Unspecified
unspecified Severity high
: ---
: 6.0 (Juno)
Assigned To: Don Domingo
RHOS Documentation Team
: Documentation
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2014-12-16 12:30 EST by Jon Thomas
Modified: 2015-03-09 23:36 EDT (History)
2 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2015-03-09 23:36:24 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Jon Thomas 2014-12-16 12:30:53 EST
as it applies to version 5 on rhel7

procedure 9.3 part 5 is incorrect

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 a username not an ID

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


=====================
procedure 9.3 part 6 is incorrect

# openstack-config --set /etc/heat/heat.conf \
   DEFAULT stack_domain_admin DOMAIN_ADMIN_ID

should be not the id but the username

# openstack-config --set /etc/heat/heat.conf \
   DEFAULT stack_domain_admin heat_domain_admin


===================
procedure 9.5 is incorrect:

# openstack-config --set /etc/heat/heat.conf \
 DEFAULT rpc_backend cinder.openstack.common.rpc.impl_kombu

should be

# openstack-config --set /etc/heat/heat.conf \
 DEFAULT rpc_backend heat.openstack.common.rpc.impl_kombu
Comment 1 Jon Thomas 2014-12-16 12:35:59 EST
[root@localhost ~(keystone_admin)]# openstack --os-token 05567804a15c47449bf8c60d07e070b8 --os-url=http://192.168.2.140:5000/v3   --os-identity-api-version=3 role add --user 622f5cbfb15947838443e6f51a191e5a --domain 622f5cbfb15947838443e6f51a191e5a admin
INFO: urllib3.connectionpool Starting new HTTP connection (1): 192.168.2.140
INFO: urllib3.connectionpool Starting new HTTP connection (1): 192.168.2.140
INFO: urllib3.connectionpool Starting new HTTP connection (1): 192.168.2.140
ERROR: cliff.app Could not find user, 622f5cbfb15947838443e6f51a191e5a. (HTTP 404)
[root@localhost ~(keystone_admin)]# openstack --os-token 05567804a15c47449bf8c60d07e070b8 --os-url=http://192.168.2.140:5000/v3   --os-identity-api-version=3 role add --user heat_domain_admin --domain 622f5cbfb15947838443e6f51a191e5a admin
INFO: urllib3.connectionpool Starting new HTTP connection (1): 192.168.2.140
INFO: urllib3.connectionpool Starting new HTTP connection (1): 192.168.2.140
INFO: urllib3.connectionpool Starting new HTTP connection (1): 192.168.2.140
INFO: urllib3.connectionpool Starting new HTTP connection (1): 192.168.2.140
INFO: urllib3.connectionpool Starting new HTTP connection (1): 192.168.2.140
INFO: urllib3.connectionpool Starting new HTTP connection (1): 192.168.2.140
Comment 2 Jon Thomas 2014-12-16 12:46:52 EST
ok, so the first part of this isn't a problem. I had a typo. The second two parts are still valid:

=====================
procedure 9.3 part 6 is incorrect

# openstack-config --set /etc/heat/heat.conf \
   DEFAULT stack_domain_admin DOMAIN_ADMIN_ID

should be not the id but the username

# openstack-config --set /etc/heat/heat.conf \
   DEFAULT stack_domain_admin heat_domain_admin


===================
procedure 9.5 is incorrect:

# openstack-config --set /etc/heat/heat.conf \
 DEFAULT rpc_backend cinder.openstack.common.rpc.impl_kombu

should be

# openstack-config --set /etc/heat/heat.conf \
 DEFAULT rpc_backend heat.openstack.common.rpc.impl_kombu
Comment 4 Andrew Dahms 2014-12-17 03:07:55 EST
Assigning to Don Domingo, who is the author assigned to Heat.

Note You need to log in before you can comment on or make changes to this bug.