fix a typo: s/extention/extension
Change-Id: Ife244edb3addf28416cf6b1a2bb891161ef35100
This commit is contained in:
parent
af6a4cf3a8
commit
08aa2d4816
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user