Comment 13 for bug 1907525

Revision history for this message
Yoshito Ito (ito.yoshito) wrote :

Thank you for the logs. I've confirmed that this is a bug of the package requirement in Tacker. The attribute 'Computed' in sqlalchemy is supported from 1.3.11 [1] but our requirement shows it to be 1.3.0 [2]. I guess your sqlalchemy is lower version than 1.3.11. I'll report this as a new bug in Tacker.

You can try to upgrade your sqlalchemy to be equal to or later than 1.3.11 if possible (you may find another requirement issue). Or as I mentioned before, you can try to manually upgrade the DB with SQL I listed above.

[1] https://github.com/sqlalchemy/sqlalchemy/blob/28138ee6fbc1273f1bf16699927e09db81ae7870/doc/build/core/defaults.rst#computed-columns-generated-always-as
[2] https://github.com/openstack/tacker/blob/master/requirements.txt#L17