Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import of attributes fails in Neutron v18 (Rocky) #96

Open
busterswt opened this issue Jun 18, 2018 · 0 comments
Open

Import of attributes fails in Neutron v18 (Rocky) #96

busterswt opened this issue Jun 18, 2018 · 0 comments

Comments

@busterswt
Copy link

When loading neutron-server an error occurs:

Unrecoverable error: please check log for details.: ExtensionsNotFound: Extensions not found: ['route-table']. Related to WARNING neutron.api.extensions [-] Extension file vpcroutetable.py wasn't loaded due to cannot import name attributes.

vpcroutetable.py attempts to import attributes from neutron.api.v2:

from neutron.api.v2 import attributes as attr

attributes.py no longer exists, and methods have moved to neutron_lib. Patched the file like so:

from neutron_lib.api import attributes as attr
#from neutron.api.v2 import attributes as attr

Other extensions, like loadbalancercustomattributes.py, may also have the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant