问题描述
按照教程,在ubuntu12.04上安装了单节点的Openstack,本机是在虚拟机上跑的ubuntu,开启了双网卡,一个是NAT,另外一个是Custom:Specificvirtualnetwork但是出现了以下问题:1.root@ubuntu:~#novalistERROR:stringindicesmustbeintegers,notstr2.网页进入本机IP,输入账号密码后出现:InternalServerErrorAnunexpectederroroccurredwhileprocessingyourrequest.Pleasetryyourrequestagain.3.ubuntu@ubuntu:~$novalistERROR:stringindicesmustbeintegers,notstrubuntu@ubuntu:~$sudonovalistERROR:Youmustprovideausernameviaeither--os_usernameorenv[OS_USERNAME]ubuntu@ubuntu:~$sudosu-root@ubuntu:~#novalistERROR:stringindicesmustbeintegers,notstr为什么会出现sudo后出现的这种错误呢,export定义了的。请大神帮忙解答下,非常感谢。
解决方案
解决方案二:
是什么版本的OpenStack?希望这个能帮助你,https://lists.launchpad.net/openstack/msg09986.htmlthisoccurs“Whenauth_host(inapi-paste.ini)hasthewrongIPaddress”。
解决方案三:
谢谢你。我是按照《51CTO下载-OpenStack安装配置指南》这个PDF来安装的Openstack,是什么版本我也不知道。另外在系统中没有找到api-paste.ini文件,因此无法修改。请问下现在如果装多节点的openstack是看哪一套教程呢?
解决方案四:
引用1楼monkey_king的回复:
是什么版本的OpenStack?希望这个能帮助你,https://lists.launchpad.net/openstack/msg09986.htmlthisoccurs“Whenauth_host(inapi-paste.ini)hasthewrongIPaddress”。
帮楼主再发一下谢谢你。我是按照《51CTO下载-OpenStack安装配置指南》这个PDF来安装的Openstack,是什么版本我也不知道。另外在系统中没有找到api-paste.ini文件,因此无法修改。请问下现在如果装多节点的openstack是看哪一套教程呢?
解决方案五:
建议你去按照官方文档进行安装.这样除了问题比较好定位。
解决方案六:
新手的话可以试着按照陈沙克老师的方法配置,比较简单,即使遇到问题,也可以看看下面评论里的解决方法地址:http://www.chenshake.com/ubuntu-12-04-openstack-essex-installation-single-node/#comment-1627
解决方案七:
请查看/etc/nova/api-paste.ini,是否修改!auth_protocol=httpauth_uri=http://127.0.0.1:5000/admin_tenant_name=adminadmin_user=adminadmin_password=admin
解决方案八:
真行,解决了引用6楼swq499809608的回复:
请查看/etc/nova/api-paste.ini,是否修改!auth_protocol=httpauth_uri=http://127.0.0.1:5000/admin_tenant_name=adminadmin_user=adminadmin_password=admin