首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >打开堆栈安装时准备Nova计算条目[错误]

打开堆栈安装时准备Nova计算条目[错误]
EN

Stack Overflow用户
提问于 2021-09-18 19:13:21
回答 1查看 30关注 0票数 0

我正在安装openstack,但无法打包应答文件,请帮助我解决这个问题。

代码语言:javascript
复制
 [root@xcatmaster ~]#  packstack --answer-file=/root/abc.txt
    Welcome to the Packstack setup utility

安装日志文件位于:/var/tmp/packstack/20210919-002228-8TVYUo/openstack-setup.log

代码语言:javascript
复制
    Installing:
    Clean Up                                             [ DONE ]
    Discovering ip protocol version                      [ DONE ]
    Setting up ssh keys                                  [ DONE ]
    Preparing servers                                    [ DONE ]
    Pre installing Puppet and discovering hosts' details [ DONE ]
    Preparing pre-install entries                        [ DONE ]
    Setting up CACERT                                    [ DONE ]
    Preparing AMQP entries                               [ DONE ]
    Preparing MariaDB entries                            [ DONE ]
    Fixing Keystone LDAP config parameters to be undef if empty[ DONE ]
    Preparing Keystone entries                           [ DONE ]
    Preparing Glance entries                             [ DONE ]
    Checking if the Cinder server has a cinder-volumes vg[ DONE ]
    Preparing Cinder entries                             [ DONE ]
    Preparing Nova API entries                           [ DONE ]
    Creating ssh keys for Nova migration                 [ DONE ]
    Gathering ssh host keys for Nova migration           [ DONE ]
    Preparing Nova Compute entries                    [ ERROR ]
    ERROR : too many values to unpack
    Please check log file /var/tmp/packstack/20210919-002228-8TVYUo/openstack-setup.log for more information
    Additional information:
     * Parameter CONFIG_NEUTRON_L2_AGENT: You have chosen OVN Neutron backend. Note that this backend does not support the VPNaaS or FWaaS services. Geneve will be used as the encapsulation method for tenant networks
     * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.

请帮助我解决我试图以各种方式设置的问题!

EN

回答 1

Stack Overflow用户

发布于 2021-09-19 02:15:21

也许这才是真正的错误提示:ERROR : too many values to unpack

我不知道packstack,但是从这里"Too many values to unpack" Exception,你的应答文件中的参数项似乎得到了packstack需要的相同数量的配置文件。

还有一件事,我认为你应该修复这个警告:Time synchronization installation was skipped.在部署openstack环境之前,我们应该首先同步节点之间的时间。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69237726

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档