Drop the web_framework option
This option is no longer needed as we have switched to pecan and will be deleting the legacy API layer. Implements: blueprint wsgi-pecan-switch Change-Id: Ib153d75bb10375e048a8417139873bdf9dca8769changes/25/485825/6
parent
863fb129f9
commit
e2ea0b4652
@ -1,4 +0,0 @@
|
||||
[[post-config|/etc/neutron/neutron.conf]]
|
||||
|
||||
[DEFAULT]
|
||||
web_framework=pecan
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The web_framework option has been removed. This should have no impact on
|
||||
operators/users since it was just an option used for development of the
|
||||
new web framework.
|
Loading…
Reference in New Issue