diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-01-09 07:02:52 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-01-09 07:02:52 +0000 |
| commit | d7b7f10855164ee0ea9cdeca21fac446ccb30b3a (patch) | |
| tree | d44fb7171dcd04a0395a704a3918ff6ea65bf619 /bin | |
| parent | aa46eb0a70cfc138132ceed13ac57874249deeb0 (diff) | |
| parent | 580df542609eae01358d14f84bbeb278e8f86eac (diff) | |
Merge "Move network_topic into nova.network.rpcapi"
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-network b/bin/nova-network index 2a7ce1ffc..03472371c 100755 --- a/bin/nova-network +++ b/bin/nova-network @@ -41,7 +41,7 @@ from nova import service from nova import utils CONF = cfg.CONF -CONF.import_opt('network_topic', 'nova.config') +CONF.import_opt('network_topic', 'nova.network.rpcapi') if __name__ == '__main__': config.parse_args(sys.argv) |
