Use openstack.common Nova rpc modules.

Nova still supports the nova.rpc locations but they are old school.

Since Nova I9c2f6bdbe8cd0c44417f75284131dbf3c126d1dd (in Jun 2012)
Nova has prefered the use of the openstack common (oslo) drivers
directly.

Change-Id: I6d2ad7584c6b3a30509ae9e1a360e5f53a49448b
This commit is contained in:
Dan Prince 2013-12-07 10:38:16 -05:00
parent ba221b39fc
commit f2ff0278f3
1 changed files with 2 additions and 2 deletions

View File

@ -65,14 +65,14 @@ volume_api_class=nova.volume.cinder.API
{{#rabbit}}
rabbit_host={{host}}
rabbit_password={{password}}
rpc_backend=nova.rpc.impl_kombu
rpc_backend=nova.openstack.common.rpc.impl_kombu
{{/rabbit}}
{{#qpid}}
qpid_hostname={{host}}
qpid_username={{username}}
qpid_password={{password}}
rpc_backend=nova.rpc.impl_qpid
rpc_backend=nova.openstack.common.rpc.impl_qpid
{{/qpid}}
enabled_apis = ec2,osapi_compute,metadata,openstack_compute_api_v2