From b3ee6f46153c46e46493f187b3b246e2229ce208 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau <elfosardo@gmail.com> Date: Tue, 18 Dec 2018 11:19:59 +0100 Subject: [PATCH] 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 --- doc/source/plugins.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst index 89b9381813..c69472955c 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -58,7 +58,7 @@ directory. Inside this directory there can be 3 files. plugin's name, which is the name that should be used by users on "enable_plugin" lines. It should generally be the last component of the git repo path (e.g., if the plugin's repo is - openstack/devstack-foo, then the name here should be "foo") :: + openstack/foo, then the name here should be "foo") :: define_plugin <YOUR PLUGIN> @@ -148,7 +148,7 @@ An example plugin would look something as follows. ``devstack/settings``:: - # settings file for template + # settings file for template enable_service template