Fix Fuel RabbitMQ-fence daemon start issue in install tests

Update fuel-rabbit-fence package by adding rabbitmq-server as
a dependency. For now this issue is covered by manifests [1]

[1]. https://review.openstack.org/#/c/184465/

Change-Id: I8607820f4949629781667dc6b48e6285b58dc040
Closes-bug: #1524308
This commit is contained in:
Sergey Kulanov 2015-12-07 16:11:32 +02:00
parent 134d640af1
commit 5c8f5e136b
1 changed files with 1 additions and 1 deletions

2
debian/control vendored
View File

@ -19,6 +19,6 @@ Description: Misc Fuel library scripts
Package: fuel-rabbit-fence
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, dbus, python-gobject-2, python-gobject, python-dbus, python-daemon
Depends: ${misc:Depends}, ${shlibs:Depends}, dbus, python-gobject-2, python-gobject, python-dbus, python-daemon, rabbitmq-server
Description: Fuel RabbitMQ fencing utilitites
.