fractals app can't communicate with rabbitmq

Bug #1679710 reported by Jerico Moeyersons
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
First App Application For OpenStack
New
Undecided
Unassigned

Bug Description

This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:

- [ ] This doc is inaccurate in this way: ______
- [X] This is a doc addition request.
- [X] I have a fix to the document that I can paste below including example: input and output.

If you have a troubleshooting or support issue, use the following resources:

 - Ask OpenStack: http://ask.openstack.org
 - The mailing list: http://lists.openstack.org
 - IRC: 'openstack' channel on Freenode

-----------------------------------
Release: 0.1 on 2017-04-03 11:37
SHA: 7d75305b6d6312f133adf4c0b5e22d89ee37d813
Source: https://git.openstack.org/cgit/openstack/api-site/tree/firstapp/source/introduction.rst
URL: https://developer.openstack.org/firstapp-libcloud/introduction.html

When trying to test the faafo for OpenStack (1 controller & 1 worker) it wasn't possible to create a new fractal. After some digging I found out that RabbitMQ only support login with guest:guest from localhost (and thus not from the worker-node).

Possible solution:
After starting rabbitmq on the controller node, these lines of code need to be executed
# rabbitmqctl add_user faafo guest
# rabbitmqctl set_user_tags faafo administrator
# rabbitmqcl set_permissions -p / faafo ".*" ".*" ".*"
In the userdata the part with -m 'amqp://guest:guest@%(ip_controller)s:5672/' needs to be replaced with: -m 'amqp://faafo:guest@%(ip_controller)s:5672/'

I'm new to this, so I hope this is the correct place to post it!

Tags: firstapp
affects: openstack-api-site → faafo
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.