Use rpc_backend = nova.openstack.common.rpc.impl_qpid

rpc_backend=nova.rpc.impl_qpid only works for backwards compat

Change-Id: I6fe119bc53d156e0603d3e422ac2abe393f5b691
This commit is contained in:
Derek Higgins
2013-02-24 19:49:19 -05:00
parent a78dd4e419
commit c051a8a56f
2 changed files with 2 additions and 2 deletions

View File

@@ -11,5 +11,5 @@ class {"nova":
glance_api_servers => "%(CONFIG_GLANCE_HOST)s:9292",
sql_connection => "mysql://nova:%(CONFIG_NOVA_DB_PW)s@%(CONFIG_MYSQL_HOST)s/nova",
qpid_hostname => "%(CONFIG_QPID_HOST)s",
rpc_backend => 'nova.rpc.impl_qpid',
rpc_backend => 'nova.openstack.common.rpc.impl_qpid',
}