don't set a notification topic, trove doesn't use it

Change-Id: Ic5a33e956a98ba9fd281a45cdd9833f88fd25a11
This commit is contained in:
Ionuț Arțăriși 2014-07-01 10:53:20 +02:00
parent 7195e30f65
commit 075523dff9
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ rabbit_password = <%= @rabbit_pass %>
rabbit_virtual_host = <%= @rabbit['vhost'] %>
rabbit_port = <%= @rabbit['port'] %>
rabbit_use_ssl = <%= @rabbit['use_ssl'] %>
rabbit_notification_topic = <%= @rabbit['notification_topic'] %>
# SQLAlchemy connection string for the reference implementation
# registry server. Any valid SQLAlchemy connection string is fine.