Merge "Fix rpc control_exchange regression."

This commit is contained in:
Jenkins
2012-12-01 14:30:45 +00:00
committed by Gerrit Code Review
+3
View File
@@ -276,6 +276,9 @@ global_opts = [
cfg.StrOpt('auth_strategy',
default='noauth',
help='The strategy to use for auth: noauth or keystone.'),
cfg.StrOpt('control_exchange',
default='nova',
help='AMQP exchange to connect to if using RabbitMQ or Qpid'),
]
cfg.CONF.register_opts(global_opts)