从senlin源码重新编译更新了服务,然后执行 senlin的 cli就遇到了错误:

__init__() got an unexpected keyword argument 'additional_headers'

谷歌了一下,找到这份开发者的聊天日志: http://eavesdrop.openstack.org/irclogs/%23senlin/%23senlin.2016-08-16.log.html

知道是client没有更新的缘故,于是我执行了:

$sudo pip install --upgrade python-senlinclient

搞定!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-10
  • 2021-06-16
  • 2022-02-12
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案