Comment 0 for bug 1656002

Revision history for this message
Dmitry Mescheryakov (dmitrymex) wrote :

Version: 9.2

Steps to reproduce:

1. Install detach-rabbitmq plugin
2. Deploy an environment with 1 controller, 1 compute and 1 rabbitmq node.
3. Add and deploy 1 more rabbitmq node
4. Delete and deploy original rabbitmq node (deployed in step #2).
5. Run OSTF tests

The tests will fail because all Neutron services will try to connect to old RabbitMQ, though they will have correct config. The reason is that though the config is changes corresponding tasks are called (see example log http://paste.openstack.org/show/594674/), the processes are not restarted.