]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Correcting the plugins classpath in the Quantum README.
authorSumit Naiksatam <snaiksat@cisco.com>
Fri, 18 Nov 2011 03:25:34 +0000 (19:25 -0800)
committerSumit Naiksatam <snaiksat@cisco.com>
Fri, 18 Nov 2011 03:25:34 +0000 (19:25 -0800)
Change-Id: I14645f3c388698ac34cade9f8e8599c12884141a

README

diff --git a/README b/README
index 238edcb9b97c43474c0f7f978b4645293ad86196..e14ae9a21fd92f356e8e5cea39dce5e1da6ff6c2 100644 (file)
--- a/README
+++ b/README
@@ -64,7 +64,7 @@ this)
    library.  It should specify the class path to the plugin and the
    class name (i.e. for a plugin class FooPlugin in
    plugins/foo-plugin/lib/quantum/plugins/foo/foo_plugin.py the
-   provider would be: quantum.plugins.foo_plugin.FooPlugin)
+   provider would be: quantum.plugins.foo.foo_plugin.FooPlugin)
 
 3) Read the plugin specific README, this is usually found in the same
    directory as your Quantum plug-in, and follow configuration instructions.