Fixes minor typo in neutron

Change-Id: I505958b715797664b77d806092f0bc7863624620
This commit is contained in:
Frank Wang 2018-01-18 14:27:59 +08:00
parent 01c99152f9
commit 90a3361576
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def versions_factory(global_config, **local_config):
def v2_factory(global_config, **local_config):
# Processing Order:
# As request enters lower priority called before higher.
# Reponse from controller is passed from higher priority to lower.
# Response from controller is passed from higher priority to lower.
app_hooks = [
hooks.UserFilterHook(), # priority 90
hooks.ContextHook(), # priority 95