如何为 openstack 解析 python 模块

How to parse python module for openstack

最近,当我使用答案文件在centos 7 上的3 vm 上安装openstack 时出现以下错误:

10.7.35.174_osclient.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]

ERROR : Error appeared during Puppet run: 10.7.35.174_osclient.pp

Error: Execution of '/usr/bin/yum -d 0 -e 0 -y list python-iso8601' returned 1: Error: No matching Packages to list

You will find full trace in log /var/tmp/packstack/20160318-124834-91QzZC/manifests/10.7.35.174_osclient.pp.log
Please check log file /var/tmp/packstack/20160318-124834-91QzZC/openstack-setup.log for more information
Additional information:
* Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
* File /root/keystonerc_admin has been created on OpenStack client host 10.7.35.174. To use the command line tools you need to source the file.
* To access the OpenStack Dashboard browse to http://10.7.35.174/dashboard . Please, find your login credentials stored in the keystonerc_admin in your home directory.

我已经手动安装了那个模块,但还是出现了同样的问题。
该命令只能像这样运行:

/usr/bin/yum -d 0 -e 0 -y list python2-iso8601

有没有办法将其解析为python?

你有什么解决办法吗?

发现千克版工作正常。