fix a typo: s/extention/extension

Change-Id: Ife244edb3addf28416cf6b1a2bb891161ef35100
This commit is contained in:
wangqi 2018-04-23 08:44:39 +00:00
parent af6a4cf3a8
commit 08aa2d4816
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace like so in your ``setup.cfg`` file:
[entry_points]
designate.scheduler.filters =
my_custom_filter = my_extention.filters.my_custom_filter:MyCustomFilter
my_custom_filter = my_extension.filters.my_custom_filter:MyCustomFilter
The new filter can be added to the
``scheduler_filters`` list in the ``[service:central]`` section like so: