Browse code

Correcting typo in plugins section

Fixing the example of the plugin's name as the last component
of the git repo path should be foo.

Change-Id: I2f12d4d26993ec192517de7f5541c4219ee59ed9

Riccardo Pittau authored on 2018/12/18 19:19:59
Showing 1 changed files
... ...
@@ -58,7 +58,7 @@ directory. Inside this directory there can be 3 files.
58 58
   plugin's name, which is the name that should be used by users on
59 59
   "enable_plugin" lines.  It should generally be the last component of
60 60
   the git repo path (e.g., if the plugin's repo is
61
-  openstack/devstack-foo, then the name here should be "foo") ::
61
+  openstack/foo, then the name here should be "foo") ::
62 62
 
63 63
     define_plugin <YOUR PLUGIN>
64 64
 
... ...
@@ -148,7 +148,7 @@ An example plugin would look something as follows.
148 148
 
149 149
 ``devstack/settings``::
150 150
 
151
-    # settings file for template
151
+  # settings file for template
152 152
   enable_service template
153 153
 
154 154