Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1134990

Summary: upgrade: need to add permissions to user and not just the user when migrating to rabbit from qpid
Product: Red Hat OpenStack Reporter: Dafna Ron <dron>
Component: doc-UpgradeAssignee: Don Domingo <ddomingo>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 5.0 (RHEL 6)CC: ddomingo, dron, lyarwood, yeylon
Target Milestone: ---Keywords: Documentation
Target Release: 5.0 (RHEL 6)   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-10 03:36:34 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:
Bug Depends On:    
Bug Blocks: 1134027    

Description Dafna Ron 2014-08-28 15:01:19 UTC
Description of problem:

As part of the upgrade tests I am testing also the rabbit from qpid migration and following the guide: 

https://access.redhat.com/articles/1167113

As part of ⁠section 4. Launch the RabbitMQ Message Broker, we need to add the service's users. but that is not enough. 
we also need to add permissions for the users. 

we need to run the following: 

rabbitmqctl list_users

rabbitmqctl set_permissions <usrer> ".*" ".*" ".*"
openstack-service <component> restart

EXAMPLE: 

rabbitmqctl set_permissions cinder ".*" ".*" ".*"
openstack-service cinder restart

Comment 1 Dafna Ron 2014-08-28 15:03:54 UTC
you can check permissions were set correctly: 
[root@gizmo ~]# rabbitmqctl list_permissions
Listing permissions in vhost "/" ...
cinder	.*	.*	.*
guest	.*	.*	.*
neutron	.*	.*	.*
nova	.*	.*	.*
...done.

Comment 4 Martin Lopes 2014-10-10 04:43:41 UTC
*** Bug 1138680 has been marked as a duplicate of this bug. ***