Red Hat Bugzilla – Bug 1156271
[doc][ICG] Update RabbitMQ content with changes requested by QA team.
Last modified: 2015-03-09 21:55:54 EDT
Apply updates requested by QE team * Section 4 - Removed the service restart steps. It was suggested that they were superfluous in this section, due to the "# openstack-service start" in section 10. * Section 4 - Specified that 'rabbitmqctl list_permissions' should be run on the Messaging server. This makes sense, as the command communicates with the rabbitmq broker. * Section 4 - Added command for creating a rabbitmq glance user: # rabbitmqctl add_user glance GLANCE_PASS * Section 4 - Added command for granting permissions to the glance user: # rabbitmqctl set_permissions glance ".*" ".*" ".*" * Section 4 Added glance entry to output of: rabbitmqctl list_permissions * Section 6 - Mentioned that the neutron.conf change is required on all RHELOSP nodes. * Section 7 - Specified that steps must be run on the Compute controller, and all Compute nodes. * Added a new section for Glance configuration.
Changed have been tech reviewed by SME. Re-spinning ICG.