diff options
| author | Russell Bryant <rbryant@redhat.com> | 2012-06-13 10:48:54 -0400 |
|---|---|---|
| committer | Russell Bryant <rbryant@redhat.com> | 2012-06-20 12:57:21 -0400 |
| commit | ba3754e3ff672a877d90c78486c7f4d5fd4bf7b0 (patch) | |
| tree | 47f35e1ce9c22ec66155986484e54acb4089efdf /openstack-common.conf | |
| parent | 83e6cf7b92ae6a845939adf1771f0422a5e5f2ca (diff) | |
| download | nova-ba3754e3ff672a877d90c78486c7f4d5fd4bf7b0.tar.gz nova-ba3754e3ff672a877d90c78486c7f4d5fd4bf7b0.tar.xz nova-ba3754e3ff672a877d90c78486c7f4d5fd4bf7b0.zip | |
Use rpc from openstack-common.
Final patch for blueprint common-rpc.
This patch removes nova.rpc in favor of the copy in openstack-common.
Change-Id: I9c2f6bdbe8cd0c44417f75284131dbf3c126d1dd
Diffstat (limited to 'openstack-common.conf')
| -rw-r--r-- | openstack-common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index e9681f705..efbecba3b 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,7 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=cfg,excutils,importutils,iniparser,jsonutils,local,policy,setup,timeutils +modules=cfg,excutils,importutils,iniparser,jsonutils,local,policy,setup,timeutils,rpc # The base module to hold the copy of openstack.common base=nova |
