nova service-list ERROR (ClientException)错误处理

news/2024/7/18 15:07:15 标签: openstack, nova, server

1.错误描述:


root@all-in-one147:~# nova service-list
ERROR (ClientException): The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-f38c1317-3862-4c54-ac12-d2adc0d39eb2)






2.错误原因:

/etc/nova/nova.conf文档配制出错




3解决

编辑 /etc/nova/nova.conf


 
 
 

请检查nova.conf中的[keystone_authtoken]节(此处问题可能性较大)

包括此节的节名[keystone_authtoken]  此节的配置  各种认证信息

4.如果3不行就检查数据库,有没有错误,也可能是数据库崩溃了


                

http://www.niftyadmin.cn/n/1075538.html

相关文章

如何在VMvareWorkstation上面配置linux网络

1.在vm上有四种网络配置,如下图: 2.我一般用的是第一种桥接,简单粗暴 直接点桥接或者在第四自定义中点VMnet0然后就可以在linux下跟真机一样配置网络了 配置完之后就可以正常上网了 有几点需要注意: (1)物理机的网络及ip一定要…

windows下python3.4安装lxml提示Unable to find vcvarsall.bat

系统为windows10 64位已经安装了Visual Studio 2015社区版另外安装了:Microsoft Visual C 2005、2008、2010、2012、2013、2015可再发行组件包,32位64位都已安装电脑上同时安装了Python 2.7.10和Python 3.4.3,均为64位,并且设置了…

Suricata的Reputation

见官网 https://suricata.readthedocs.io/en/latest/reputation/index.html Docs 9. Reputation Edit on GitHub9. Reputation 9.1. IP Reputation 9.1.1. IP Reputation Config 9.1.1.1. reputation-categories-file9.1.1.2. default-reputation-path9.1.1.3. reputation-f…

MariaDB数据库由于访问量过多而不能连接

1.错误提示:too many connnections 2.错误原因:数据库系统允许的最大可连接数max_connections默认是100。最大是16384,如果没设置则是默认的100连接数,超过100数据库会因访问量过多而出现崩溃,不稳定等现象,在下面max_…

apt-get install安装软件问题(安装包的依赖库版本过高问题)

问题描述: 使用apt-get安装程序时,报告已安装依赖库的版本高于安装包所需的依赖库指定版本。 相关信息如下: Loong:~/hw_test/toolsloongson-0.1lemote#apt-get install qt4-dev-tools Reading package lists... Building dependency tree..…

【Java】K-means算法Java实现以及图像切割

1.K-means算法简述以及代码原型 数据挖掘中一个重要算法是K-means。我这里就不做具体介绍。假设感兴趣的话能够移步陈皓的博客: http://www.csdn.net/article/2012-07-03/2807073-k-means 讲得非常好 总的来讲,k-means聚类须要下面几个步骤&#xff1…

openstack镜像上传错误

1.错误描述 rootserver:/mnt/glance/images# glance image-create --name "centos7" --file centos7.img --disk-format qcow2 --container-format bare --is-public True --progress [>] 100% Request returned failure status 503. <html><head>&…

通过获取配置文件的方式获取dataSource

第一步&#xff1a;新建工程 SecondSpring 文件目录结构如下&#xff1a; 第二步&#xff1a; 导入spring相关的jar包&#xff0c;已经 mysql的jar包 过程略... 第三步&#xff1a; 新建连接数据库的配置文件 db.properties jdbc.driverClassNamecom.mysql.jdbc.Driver jdbc.u…