First time here? Check out the FAQ!
![]() | 1 | initial version |
The error seems pretty clear:
oslo.config.cfg.ConfigFileParseError: Failed to parse /etc/neutron/neutron.conf: at /etc/neutron/neutron.conf:80, Unexpected continuation line: ' auth_strategy = keystone'
You've removed a bunch of comments from your file so there's no way to tell what actually on line 80, but I'm guessing the fact that you have auth_strategy
indended with whitespace is causing your problem. Try changing:
[DEFAULT]
auth_strategy = keystone
To:
[DEFAULT]
auth_strategy = keystone