1. 程式人生 > >AttributeError type object 'deprecated' has no attribute 'ROCKY'

AttributeError type object 'deprecated' has no attribute 'ROCKY'

AttributeError type object 'deprecated' has no attribute 'ROCKY'

在使用kolla安裝docker的時候遇到了AttributeError type object 'deprecated' has no attribute 'ROCKY'

google得知是osol.log版本的問題

但是在安裝的時候,宿主機的環境和kolla,kolla-ansile的oslo的版本都是3.42而keystone的版本是3.36需要大於3.38(這裡還沒搞明白為什麼),先解決問題

需要升級keystone映象

docker run -it kolla/centos-source-keystone-base bash

進入容器映象後

pip install -U oslo.log

然後更新映象

docker commit -m="test update" -a="wuzs" 0ee9c1d4beea kolla/centos-source-keystone-base:6.1.1

這樣就更新了,然後刪除資料庫中的keystone庫,重啟部署