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

This commit is contained in:
Jenkins 2014-07-15 03:21:03 +00:00 committed by Gerrit Code Review
commit 36d718d148
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.