简体   繁体   English

如何为openstack解析python模块

[英]How to parse python module for openstack

Recently, when I was installing openstack on 3 vm on centos 7 using answer file I had the following error:最近,当我使用应答文件在 centos 7 上的 3 vm 上安装 openstack 时,出现以下错误:

10.7.35.174_osclient.pp: [ ERROR ] 10.7.35.174_osclient.pp:[错误]
Applying Puppet manifests [ ERROR ]应用 Puppet 清单 [错误]

ERROR : Error appeared during Puppet run: 10.7.35.174_osclient.pp错误:Puppet 运行期间出现错误: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错误:执行 '/usr/bin/yum -d 0 -e 0 -y list python-iso8601' 返回 1:错误:没有要列出的匹配包

You will find full trace in log /var/tmp/packstack/20160318-124834-91QzZC/manifests/10.7.35.174_osclient.pp.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请检查日志文件 /var/tmp/packstack/20160318-124834-91QzZC/openstack-setup.log 了解更多信息
Additional information:附加信息:
* Time synchronization installation was skipped. * 时间同步安装被跳过。 Please note that unsynchronized time on server instances might be problem for some OpenStack components.请注意,服务器实例上的时间不同步可能是某些 OpenStack 组件的问题。
* File /root/keystonerc_admin has been created on OpenStack client host 10.7.35.174. * 文件 /root/keystonerc_admin 已在 OpenStack 客户端主机 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 . * 要访问 OpenStack 仪表板,请浏览到http://10.7.35.174/dashboard Please, find your login credentials stored in the keystonerc_admin in your home directory.请在您的主目录中的 keystonerc_admin 中找到您的登录凭据。

I have already manually installed that module, but the same problem occures anyway.我已经手动安装了该模块,但还是出现了同样的问题。
That command only runs like that:该命令仅像这样运行:

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

Is there any way to parse it to python?有没有办法将它解析为python?

Do you have any ideas how to solve it?你有什么想法如何解决吗?

发现公斤版本工作正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM